Skip to content

Commit 1e7e6cf

Browse files
committed
Prepare 1.0.5 release
1 parent ee27017 commit 1e7e6cf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Removed
1111
### Fixed
1212

13+
## [1.0.5] - 2023-03-28
14+
### Fixed
15+
- Fix wrong argument in call to `matplotlib.pyplot.grid(...)` due to change in their API
16+
- Fix semanticscholar backend not retrieving papers correctly
17+
1318
## [1.0.4] - 2023-03-02
1419
### Added
1520
- Add `load_csv` function

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = litstudy
3-
version = 1.0.4
3+
version = 1.0.5
44
author = Stijn Heldens
55
author_email = [email protected]
66
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature

0 commit comments

Comments
 (0)