diff options
author | Mathieu Pillard <mpillard@mozilla.com> | 2021-12-12 19:20:12 +0100 |
---|---|---|
committer | Mathieu Pillard <mpillard@mozilla.com> | 2021-12-12 19:20:12 +0100 |
commit | 4455ecec2e5cfac73f463957ab0f8efc9e0b8645 (patch) | |
tree | 7c325a1babd9b376ab38c7d88093bd3e334578a7 | |
parent | c0287d1dd61cee2c792c130552729d499a446c24 (diff) | |
download | django-compressor-4455ecec2e5cfac73f463957ab0f8efc9e0b8645.tar.gz |
Prepare 3.0 release3.0
-rw-r--r-- | docs/changelog.txt | 4 | ||||
-rw-r--r-- | setup.py | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/changelog.txt b/docs/changelog.txt index 016b00d..24f5a9d 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,12 +1,12 @@ Changelog ========= -v3.0 (2021-??-??) +v3.0 (2021-12-12) `Full Changelog <https://github.com/django-compressor/django-compressor/compare/2.4.1...3.0>`_ - Officially support for Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0 -- Drop support for Django 1.11 and 2.1 +- Drop support for Django 1.11, 2.1 and 3.0 - Drop support for Python 2.x and 3.4 - Fix compatibility with Jinja 3.x - Require django-sekizai 2.0 for django-sekizai extension @@ -127,20 +127,20 @@ setup( classifiers=[ 'Development Status :: 5 - Production/Stable', 'Framework :: Django', - 'Framework :: Django:: 2.2', - 'Framework :: Django:: 3.0', - 'Framework :: Django:: 3.1', - 'Framework :: Django:: 3.2', + 'Framework :: Django :: 2.2', + 'Framework :: Django :: 3.1', + 'Framework :: Django :: 3.2', + 'Framework :: Django :: 4.0', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3 :: Only', - 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', 'Topic :: Internet :: WWW/HTTP', ], zip_safe=False, |