summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <mpillard@mozilla.com>2023-01-06 18:27:28 +0100
committerMathieu Pillard <mpillard@mozilla.com>2023-01-06 18:27:28 +0100
commite294a9bf0b29557f992a31d13e8d42af60c00129 (patch)
treedc1336b04a058e49128964b3fd481c0a749d3c79
parentc566233cfaffc92a991adb119b2cc708c49668e2 (diff)
downloaddjango-compressor-e294a9bf0b29557f992a31d13e8d42af60c00129.tar.gz
Prepare 4.24.2
-rw-r--r--compressor/__init__.py2
-rw-r--r--docs/changelog.txt7
2 files changed, 6 insertions, 3 deletions
diff --git a/compressor/__init__.py b/compressor/__init__.py
index c6cb8a4..495d8ad 100644
--- a/compressor/__init__.py
+++ b/compressor/__init__.py
@@ -1,2 +1,2 @@
# following PEP 386
-__version__ = "4.1"
+__version__ = "4.2"
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 00a464d..bbfeac0 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -1,8 +1,10 @@
Changelog
=========
-Unreleased
-----------
+v4.2 (2023-01-06)
+-----------------
+
+`Full Changelog <https://github.com/django-compressor/django-compressor/compare/4.1...4.2>`_
- Drop Python 3.6 and 3.7 support
- Drop Django 2.2 and 3.1 support
@@ -10,6 +12,7 @@ Unreleased
- Update the `CachedS3Boto3Storage` example storage subclass in "Remote Storages"
to work properly after the v4.0 change to how duplicate file names are handled
by `CompressorFileStorage`
+- Update rsmin and jsmin versions
v4.1 (2022-08-03)