From 41218761160c23e11b351b9bac8059b5fcd88ac5 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sun, 8 Jan 2017 19:13:52 +0000 Subject: [PATCH] Update for version 0.3.3 --- docs/changelog.rst | 5 +++++ src/paperless/version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8a1ec19c4..7bcae7e6f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ######### +* 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, + also thanks to @ekw. + * 0.3.2 * Fix for `#172`_: defaulting ALLOWED_HOSTS to ``["*"]`` and allowing the user to set her own value via ``PAPERLESS_ALLOWED_HOSTS`` should the need diff --git a/src/paperless/version.py b/src/paperless/version.py index ce51f6631..a3c3bfee3 100644 --- a/src/paperless/version.py +++ b/src/paperless/version.py @@ -1 +1 @@ -__version__ = (0, 3, 2) +__version__ = (0, 3, 3)