From cd43bc1f660f081325c3d03e758cf9436d3e604f Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sun, 22 Aug 2021 17:15:14 +0200 Subject: [PATCH] changelog --- docs/changelog.rst | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8675cccb8..4da732757 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,8 +8,6 @@ Changelog paperless-ng 1.5.0 ################## -This is a maintenance release. - Support for Python 3.6 was dropped. * Updated python dependencies. @@ -111,17 +109,6 @@ paperless-ng 1.4.0 To do this, execute the ``document_index reindex`` management command (see :ref:`administration-index`). -.. note:: - - Some packages that paperless depends on are slowly dropping Python 3.6 - support one after another, including the web server. Supporting Python - 3.6 means that I cannot update these packages anymore. - - At some point, paperless will drop Python 3.6 support. If using a bare - metal installation and you're still on Python 3.6, upgrade to 3.7 or newer. - - If using docker, this does not affect you. - paperless-ng 1.3.2 ##################