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 11, 2021
1 parent 176c2e0 commit 94308fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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, 2)
VERSION = (0, 9, 3)

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

0 comments on commit 94308fa

Please sign in to comment.