Skip to content

Commit

Permalink
Update CHANGELOG and release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Aug 1, 2017
1 parent 06cf820 commit dc3902d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
django-storages change log
==========================

1.6.5 (2017-08-01)
******************

* Fix Django 1.11 regression with gzipped content being saved twice
resulting in empty files (`#367`_, `#371`_, `#373`_)
* Fix the ``mtime`` when gzipping content on ``S3Boto3Storage`` (`#374`_)

.. _#367: https://github.com/jschneier/django-storages/issues/367
.. _#371: https://github.com/jschneier/django-storages/pull/371
.. _#373: https://github.com/jschneier/django-storages/pull/373
.. _#374: https://github.com/jschneier/django-storages/pull/374

1.6.4 (2017-07-27)
******************

Expand Down
2 changes: 1 addition & 1 deletion storages/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.6.4'
__version__ = '1.6.5'

0 comments on commit dc3902d

Please sign in to comment.