Skip to content

Commit 1a6a191

Browse files
committed
v0.13.9
1 parent 5e69f29 commit 1a6a191

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
0.13.9
5+
------
6+
7+
- Alternative fix for ``ValueError`` when using ``ManifestStaticS3Storage`` (@etianen).
8+
49
0.13.8
510
------
611

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, 8)
6+
__version__ = (0, 13, 9)

0 commit comments

Comments
 (0)