diff --git a/CHANGELOG.md b/CHANGELOG.md index fa26c6a..6eff259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed +## [1.0.5] - 2023-03-28 +### Fixed +- Fix wrong argument in call to `matplotlib.pyplot.grid(...)` due to change in their API +- Fix semanticscholar backend not retrieving papers correctly + ## [1.0.4] - 2023-03-02 ### Added - Add `load_csv` function diff --git a/setup.cfg b/setup.cfg index 5ae8e1a..649f9b9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = litstudy -version = 1.0.4 +version = 1.0.5 author = Stijn Heldens author_email = s.heldens@esciencecenter.nl description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature