Skip to content
This repository was archived by the owner on Feb 19, 2021. It is now read-only.

Commit d5180fe

Browse files
committed
Updates for 2.2.0
1 parent 08174a6 commit d5180fe

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/changelog.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
#########
33

4+
2.2.0
5+
=====
6+
7+
* Thanks to `dadosch`_ and `Wolfgang Mader`_, this is the first version of
8+
Paperless that supports Django 2.0! As a result of their hard work, you can
9+
now also run Paperless on Python 3.7 as well: `#386`_ & `#390`_.
10+
* `Stéphane Brunner`_ added a few lines of code that made tagging interface a lot
11+
easier on those of us with lots of different tags: `#391`_.
12+
* `Kilian Koeltzsch`_ noticed a bug in how we capture & automatically create
13+
tags, so that's fixed now too: `#384`_.
14+
415
2.1.0
516
=====
617

@@ -451,6 +462,10 @@ bulk of the work on this big change.
451462
.. _mcronce: https://github.com/mcronce
452463
.. _Enno Lohmeier: https://github.com/elohmeier
453464
.. _Mark McFate: https://github.com/SummittDweller
465+
.. _dadosch: https://github.com/dadosch
466+
.. _Wolfgang Mader: https://github.com/wmader
467+
.. _Stéphane Brunner: https://github.com/sbrunner
468+
.. _Kilian Koeltzsch: https://github.com/kiliankoe
454469

455470
.. _#20: https://github.com/danielquinn/paperless/issues/20
456471
.. _#44: https://github.com/danielquinn/paperless/issues/44
@@ -525,6 +540,10 @@ bulk of the work on this big change.
525540
.. _#374: https://github.com/danielquinn/paperless/pull/374
526541
.. _#375: https://github.com/danielquinn/paperless/pull/375
527542
.. _#376: https://github.com/danielquinn/paperless/pull/376
543+
.. _#384: https://github.com/danielquinn/paperless/issues/384
544+
.. _#386: https://github.com/danielquinn/paperless/issues/386
545+
.. _#391: https://github.com/danielquinn/paperless/pull/391
546+
.. _#390: https://github.com/danielquinn/paperless/pull/390
528547

529548
.. _pipenv: https://docs.pipenv.org/
530549
.. _a new home on Docker Hub: https://hub.docker.com/r/danielquinn/paperless/

src/paperless/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = (2, 1, 0)
1+
__version__ = (2, 2, 0)

0 commit comments

Comments
 (0)