From d7b1a43b7bf48c24e8a061191681405f9da485fc Mon Sep 17 00:00:00 2001 From: Andrey Fedoseev Date: Thu, 14 Jan 2021 21:28:00 +0500 Subject: [PATCH] Release 2.0 --- CHANGES.rst | 6 ++++++ docs/conf.py | 4 ++-- static_precompiler/__init__.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 11f6b82..b67dc02 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,12 @@ Changelog ********* +2.0 +=== + + - Drop Python 2.x support + - Add support for Django 3.0 and 3.1 + 1.8.2 ===== diff --git a/docs/conf.py b/docs/conf.py index 4f60ad3..fe745e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # General information about the project. project = u'django-static-precompiler' -copyright = u'2018, Andrey Fedoseev' +copyright = u'2021, Andrey Fedoseev' author = u'Andrey Fedoseev' # The version info for the project you're documenting, acts as replacement for @@ -55,7 +55,7 @@ # built documents. # # The short X.Y version. -version = '1.8.2' +version = '2.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/static_precompiler/__init__.py b/static_precompiler/__init__.py index 320141d..f2dc0e4 100644 --- a/static_precompiler/__init__.py +++ b/static_precompiler/__init__.py @@ -1 +1 @@ -__version__ = "1.8.2" +__version__ = "2.0"