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 Jul 15, 2020
1 parent 116b972 commit 848cbf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Version 0.7.0

* Add provider for SagePub

## Version 0.6.9

* Improve robustness of Springer provider
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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.9
Paper2reMarkable version 0.7.0
positional arguments:
input URL to a paper or the path of a local PDF file
Expand Down
2 changes: 1 addition & 1 deletion paper2remarkable/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-

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

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

0 comments on commit 848cbf8

Please sign in to comment.