Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnh committed May 25, 2022
1 parent d99a623 commit 3208685
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = litstudy
version = 1.0.1
version = 1.0.2
author = Stijn Heldens
author_email = [email protected]
description = Using the power of Python and Jupyter notebooks to automate analysis of scientific literature
Expand Down

0 comments on commit 3208685

Please sign in to comment.