From c03ee58c647a5aba7b8d9a2026b68d5d446b940a Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 28 Dec 2020 01:16:28 +0000 Subject: Bump version and update changelog and readme --- CHANGELOG.md | 4 ++++ README.md | 2 +- paper2remarkable/__version__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1379008..d7030fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.8.6 + +* Rename default configuration file + ## Version 0.8.5 * Handle the case where the configuration file doesn't contain all sections. diff --git a/README.md b/README.md index df3300e..05b73ad 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ usage: p2r [-h] [-b] [-c] [-d] [-e] [-n] [-p REMARKABLE_DIR] [-r] [-k] [-v] [-C CONFIG] input [input ...] -Paper2reMarkable version 0.8.4 +Paper2reMarkable version 0.8.6 positional arguments: input One or more URLs to a paper or paths to local PDF diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index f80fc76..5f406ca 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 8, 5) +VERSION = (0, 8, 6) __version__ = ".".join(map(str, VERSION)) -- cgit v1.2.3