From c1ae7127f1fc8e1053cee900d56adf68e2809f94 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 28 Dec 2020 01:08:58 +0000 Subject: Bump version and update changelog --- CHANGELOG.md | 4 ++++ paper2remarkable/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abd85a6..1379008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 0.8.5 + +* Handle the case where the configuration file doesn't contain all sections. + ## Version 0.8.4 * Add support for using a configuration file to avoid having to use command diff --git a/paper2remarkable/__version__.py b/paper2remarkable/__version__.py index eb45dce..f80fc76 100644 --- a/paper2remarkable/__version__.py +++ b/paper2remarkable/__version__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -VERSION = (0, 8, 4) +VERSION = (0, 8, 5) __version__ = ".".join(map(str, VERSION)) -- cgit v1.2.3