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 May 30, 2021
1 parent f15b150 commit fc2bb2d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 0.9.4

* Bugfix for uploading multiple files
([#110](https://github.com/GjjvdBurg/paper2remarkable/issues/110))
* Add support for IACR ePrints
([#113](https://github.com/GjjvdBurg/paper2remarkable/pull/113))
* Add support for ECCC reports
([114](https://github.com/GjjvdBurg/paper2remarkable/pull/114))

## Version 0.9.3

* Bugfix for Taylor & Francis provider (thanks to @gwtaylor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ usage: p2r [-h] [-b] [-c] [-d] [-e] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v]
[--qpdf QPDF] [--rmapi RMAPI] [--css CSS] [--font-urls FONT_URLS]
[-C CONFIG] input [input ...]
Paper2reMarkable version 0.9.1
Paper2reMarkable version 0.9.4
positional arguments:
input One or more URLs to a paper or paths to local PDF
Expand Down
2 changes: 2 additions & 0 deletions docs/man.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ to whether a URL to the PDF or to the abstract page is provided.
- ACM Digital Library
- CiteSeerX
- CVF
- ECCC
- IACR
- JMLR
- Nature
- NBER
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, 9, 3)
VERSION = (0, 9, 4)

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

0 comments on commit fc2bb2d

Please sign in to comment.