diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a7f156..8e2338a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed +## [1.0.2] - 2022-05-25 + +### Changed +- Remove dependency on fa2. The version of fa2 on pip is broken under Python 3.9+. + +### Fixed +- `litstudy` now works under Python 3.9+. + + ## [1.0.1] - 2022-05-16 ### Added @@ -18,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Made project compatible with Python 3.6 + ## [1.0.0] - 2022-02-17 ### Changed diff --git a/setup.cfg b/setup.cfg index e57e281..9baf761 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = litstudy -version = 1.0.1 +version = 1.0.2 author = Stijn Heldens author_email = s.heldens@esciencecenter.nl description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature