aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md2
-rw-r--r--paper2remarkable/__version__.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37ed104..e665198 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## Version 0.6.5
+
+* Corrections to code that removes the arXiv stamp
+ ([#49](https://github.com/GjjvdBurg/paper2remarkable/issues/49)). Thanks to
+ @mr-ubik.
+
## Version 0.6.4
* Further fixes for images in HTML sources
diff --git a/README.md b/README.md
index 853808f..4ddcc30 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ usage: p2r [-h] [-b] [-c] [-d] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [-V]
[--pdftk PDFTK] [--qpdf QPDF] [--rmapi RMAPI]
input
-Paper2reMarkable version 0.6.4
+Paper2reMarkable version 0.6.5
positional arguments:
input URL to a paper or the path of a local PDF file
diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py
index 146c34c..0123897 100644
--- a/paper2remarkable/__version__.py
+++ b/paper2remarkable/__version__.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-VERSION = (0, 6, 4)
+VERSION = (0, 6, 5)
__version__ = ".".join(map(str, VERSION))