Skip to content

Commit

Permalink
Release version 1.10.1 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Sep 14, 2020
1 parent bb1b31b commit b9bec8b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
django-storages CHANGELOG
=========================

1.10.1 (2020-09-13)

S3
--

- Restore ``AWS_DEFAULT_ACL`` handling. This setting is ignored if ``ACL`` is set in
``AWS_S3_OBJECT_PARAMETERS`` (`#934`_)

SFTP
----

- Fix using ``SFTP_STORAGE_HOST`` (`#926`_)

.. _#926: https://github.com/jschneier/django-storages/pull/926
.. _#934: https://github.com/jschneier/django-storages/pull/934

1.10 (2020-08-30)
*****************

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.10'
__version__ = '1.10.1'

0 comments on commit b9bec8b

Please sign in to comment.