diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-12 00:55:35 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-05-12 00:55:35 +0100 |
| commit | 94308fa2625c63219d880bdf5285de7fd16ca29f (patch) | |
| tree | 663cd49acd7673aa397d5ba7c9e7e9ce6b9697a1 | |
| parent | Reduce illustration filesize (diff) | |
| download | paper2remarkable-94308fa2625c63219d880bdf5285de7fd16ca29f.tar.gz paper2remarkable-94308fa2625c63219d880bdf5285de7fd16ca29f.zip | |
Bump version and update changelog
| -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)) |
