From 3d6289e4e1cc6a074c4bc7a32a6d72ac9ef57e03 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 27 May 2017 13:23:25 +0100 Subject: [PATCH] Preparing for 0.5.0 I hadn't realised that I hadn't released 0.5.0 yet, so I've amended the version numbers --- docs/changelog.rst | 11 +++++------ src/paperless/version.py | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index c39f2faa2..b86c63156 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,12 +1,6 @@ Changelog ######### -* 0.5.1 - * All of these changes, thanks to `David Martin`_: - * Bumped the dependency on pyocr to 0.4.7 so new users can make use of Tesseract 4 if they so prefer (`#226`_). - * Fixed a number of issues with the automated mail handler (`#227`_, `#228`_) - * Amended the documentation for better handling of systemd service files (`#229`_) - * Amended the Django Admin configuration to have nice headers (`#230`_) * 0.5.0 * Support for fuzzy matching in the auto-tagger & auto-correspondent systems thanks to `Jake Gysland`_'s patch `#220`_. @@ -16,6 +10,11 @@ Changelog * Updated the import/export scripts to include support for thumbnails. Big thanks to `CkuT`_ for finding this shortcoming and doing the work to get it fixed in `#224`_. + * All of the following changes are thanks to `David Martin`_: + * Bumped the dependency on pyocr to 0.4.7 so new users can make use of Tesseract 4 if they so prefer (`#226`_). + * Fixed a number of issues with the automated mail handler (`#227`_, `#228`_) + * Amended the documentation for better handling of systemd service files (`#229`_) + * Amended the Django Admin configuration to have nice headers (`#230`_) * 0.4.1 * Fix for `#206`_ wherein the pluggable parser didn't recognise files with diff --git a/src/paperless/version.py b/src/paperless/version.py index 89ecec3ef..09270db56 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1 +1 @@ -__version__ = (0, 5, 1) +__version__ = (0, 5, 0)