Update for 0.3.4

This commit is contained in:
Daniel Quinn 2017-01-08 19:40:50 +00:00
parent 6b53c0dc27
commit c646cd4977
2 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -1 +1 @@
__version__ = (0, 3, 3)
__version__ = (0, 3, 4)