Skip to content

Commit

Permalink
v0.13.7
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Jul 10, 2022
1 parent 685b02d commit 5101f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
django-s3-storage changelog
===========================

0.13.7
------

- Fixed ``ValueError`` when using ``ManifestStaticS3Storage`` (@etianen).


0.13.6
------

Expand Down
2 changes: 1 addition & 1 deletion django_s3_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


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

0 comments on commit 5101f13

Please sign in to comment.