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