We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e69f29 commit 1a6a191Copy full SHA for 1a6a191
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
django-s3-storage changelog
2
===========================
3
4
+0.13.9
5
+------
6
+
7
+- Alternative fix for ``ValueError`` when using ``ManifestStaticS3Storage`` (@etianen).
8
9
0.13.8
10
------
11
django_s3_storage/__init__.py
@@ -3,4 +3,4 @@
"""
-__version__ = (0, 13, 8)
+__version__ = (0, 13, 9)
0 commit comments