From c646cd497718b9e650f0fa409d0e3c28268fa80e Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 8 Jan 2017 19:40:50 +0000 Subject: [PATCH] Update for 0.3.4 --- docs/changelog.rst | 6 +++++- src/paperless/version.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7bcae7e6f..a13509659 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,10 @@ Changelog ######### +* 0.3.4 + * BasicAuth support for document and thumbnail downloads, as well as the Push + API thanks to @thomasbrueggemann. See `#179`_. + * 0.3.3 * Thumbnails in the UI and a Django-suit -based face-lift courtesy of @ekw! * Timezone, items per page, and default language are now all configurable, @@ -163,4 +167,4 @@ Changelog .. _#148: https://github.com/danielquinn/paperless/pull/148 .. _#150: https://github.com/danielquinn/paperless/pull/150 .. _#172: https://github.com/danielquinn/paperless/issues/172 - +.. _#179: https://github.com/danielquinn/paperless/pull/179 diff --git a/src/paperless/version.py b/src/paperless/version.py index a3c3bfee3..2af29977a 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1 +1 @@ -__version__ = (0, 3, 3) +__version__ = (0, 3, 4)