Skip to content

Commit 5101f13

Browse files
committed
v0.13.7
1 parent 685b02d commit 5101f13

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
django-s3-storage changelog
22
===========================
33

4+
0.13.7
5+
------
6+
7+
- Fixed ``ValueError`` when using ``ManifestStaticS3Storage`` (@etianen).
8+
9+
410
0.13.6
511
------
612

django_s3_storage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55

6-
__version__ = (0, 13, 6)
6+
__version__ = (0, 13, 7)

0 commit comments

Comments
 (0)