summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <mpillard@mozilla.com>2023-01-06 21:51:52 +0100
committerMathieu Pillard <mpillard@mozilla.com>2023-01-06 21:52:16 +0100
commit20306853e9e8e20163c7a002df49a6c4ed56e748 (patch)
treeff52ed9c57495eac83f015c068fd9712ccf613c4
parentdc430c3be2b0b67cf28209b4a636e593ecda4819 (diff)
downloaddjango-compressor-20306853e9e8e20163c7a002df49a6c4ed56e748.tar.gz
Prepare 4.34.3
-rw-r--r--compressor/__init__.py2
-rw-r--r--docs/changelog.txt9
2 files changed, 9 insertions, 2 deletions
diff --git a/compressor/__init__.py b/compressor/__init__.py
index 495d8ad..e589326 100644
--- a/compressor/__init__.py
+++ b/compressor/__init__.py
@@ -1,2 +1,2 @@
# following PEP 386
-__version__ = "4.2"
+__version__ = "4.3"
diff --git a/docs/changelog.txt b/docs/changelog.txt
index bbfeac0..dee3fb0 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -1,6 +1,13 @@
Changelog
=========
+v4.3 (2023-01-06)
+-----------------
+
+`Full Changelog <https://github.com/django-compressor/django-compressor/compare/4.2...4.3>`_
+
+- Officially support Python 3.11
+
v4.2 (2023-01-06)
-----------------
@@ -58,7 +65,7 @@ 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
+- Officially support Python 3.9 and 3.10 as well as Django 3.1, 3.2 and 4.0
- 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