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)