diff options
| -rw-r--r-- | CHANGELOG.md | 7 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | paper2remarkable/__version__.py | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c422593..b6d3063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Version 0.9.3 + +* Bugfix for Taylor & Francis provider (thanks to @gwtaylor + [#107](https://github.com/GjjvdBurg/paper2remarkable/pull/107)) +* Add illustration image to readme (thanks to @ReinierKoops + [#106](https://github.com/GjjvdBurg/paper2remarkable/pull/106)) + ## Version 0.9.2 * Fix bug that broke blank pages functionality @@ -5,7 +5,7 @@ [](https://pepy.tech/project/paper2remarkable) <p align="center"> - <img src=".github/illustration.png" height="300"> + <img src="https://raw.githubusercontent.com/GjjvdBurg/paper2remarkable/master/.github/illustration.png" height="300"> </p> ``paper2remarkable`` is a command line program for quickly and easily diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index 531e209..07fc7ba 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 9, 2) +VERSION = (0, 9, 3) __version__ = ".".join(map(str, VERSION)) |
