Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Aug 2, 2021
1 parent 6ee65df commit 79e2b3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 0.9.6

* Bugfix for Springer provider (metadata)
* Bugfix for Nature provider (metadata)
* Increase flexibility for ACM provider pdf urls

## Version 0.9.5

* Bugfix for ACL provider
Expand Down
2 changes: 1 addition & 1 deletion paper2remarkable/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 9, 5)
VERSION = (0, 9, 6)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 79e2b3f

Please sign in to comment.