Bump for 2.2.1

This commit is contained in:
Daniel Quinn 2018-09-03 00:27:40 +01:00
parent 3c8aa3ba42
commit ee20af71e8
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog
#########
2.2.1
=====
* `Kyle Lucy`_ reported a bug quickly after the release of 2.2.0 where we broke
the ``DISABLE_LOGIN`` feature: `#392`_.
2.2.0
=====
@ -13,6 +20,7 @@ Changelog
* `Kilian Koeltzsch`_ noticed a bug in how we capture & automatically create
tags, so that's fixed now too: `#384`_.
2.1.0
=====
@ -546,6 +554,7 @@ bulk of the work on this big change.
.. _#386: https://github.com/danielquinn/paperless/issues/386
.. _#391: https://github.com/danielquinn/paperless/pull/391
.. _#390: https://github.com/danielquinn/paperless/pull/390
.. _#392: https://github.com/danielquinn/paperless/issues/392
.. _pipenv: https://docs.pipenv.org/
.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/

View File

@ -1 +1 @@
__version__ = (2, 2, 0)
__version__ = (2, 2, 1)