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 Sep 9, 2021
1 parent 60866bf commit afaca5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Version 0.9.8

* Code improvement for ScienceDirect provider

## Version 0.9.7

* Bugfix for ScienceDirect provider
Expand Down
2 changes: 1 addition & 1 deletion paper2remarkable/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

VERSION = (0, 9, 7)
VERSION = (0, 9, 8)

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

0 comments on commit afaca5d

Please sign in to comment.