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 Mar 27, 2021
1 parent 2936fb6 commit 4b20e3d
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.2

* Fix bug that broke blank pages functionality
([#98](https://github.com/GjjvdBurg/paper2remarkable/issues/98))
* Bugfix for SemanticScholar provider

## Version 0.9.1

* Bugfix for ScienceDirect 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, 1)
VERSION = (0, 9, 2)

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

0 comments on commit 4b20e3d

Please sign in to comment.