aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-05-12 00:55:35 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-05-12 00:55:35 +0100
commit94308fa2625c63219d880bdf5285de7fd16ca29f (patch)
tree663cd49acd7673aa397d5ba7c9e7e9ce6b9697a1
parentReduce illustration filesize (diff)
downloadpaper2remarkable-94308fa2625c63219d880bdf5285de7fd16ca29f.tar.gz
paper2remarkable-94308fa2625c63219d880bdf5285de7fd16ca29f.zip
Bump version and update changelog
-rw-r--r--CHANGELOG.md7
-rw-r--r--README.md2
-rw-r--r--paper2remarkable/__version__.py2
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
diff --git a/README.md b/README.md
index 069fad5..44cad25 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[![Downloads](https://pepy.tech/badge/paper2remarkable)](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))