summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Pillard <mpillard@mozilla.com>2022-04-23 12:18:19 +0200
committerMathieu Pillard <mpillard@mozilla.com>2022-04-23 12:18:19 +0200
commit3be5bf6bae72acaca1defcf18c53ac49aadb52cb (patch)
tree161710879b9517fb3b9faff95dba7893909f9a26
parent00910e0bd5295044befacdad7b88249ec7bbf142 (diff)
downloaddjango-compressor-3be5bf6bae72acaca1defcf18c53ac49aadb52cb.tar.gz
Prepare 4.0
-rw-r--r--compressor/__init__.py2
-rw-r--r--docs/changelog.txt6
2 files changed, 5 insertions, 3 deletions
diff --git a/compressor/__init__.py b/compressor/__init__.py
index a4702e2..7f21c2d 100644
--- a/compressor/__init__.py
+++ b/compressor/__init__.py
@@ -1,2 +1,2 @@
# following PEP 386
-__version__ = "3.1"
+__version__ = "4.0"
diff --git a/docs/changelog.txt b/docs/changelog.txt
index 4f75b41..0f1a447 100644
--- a/docs/changelog.txt
+++ b/docs/changelog.txt
@@ -1,11 +1,13 @@
Changelog
=========
-v3.2 (unreleased)
+v4.0 (2022-03-23)
-----------------
-`Full Changelog <https://github.com/django-compressor/django-compressor/compare/3.1...3.2>`_
+`Full Changelog <https://github.com/django-compressor/django-compressor/compare/3.1...4.0>`_
+- Fix intermittent No such file or directory errors by changing strategy to
+ deal with duplicate filenames in CompressorFileStorage
- Deprecate SlimItFilter, stop testing it with Python 3.7 or higher