Skip to content

Commit

Permalink
Release version 1.14.2 (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneier committed Oct 9, 2023
1 parent 5744f08 commit 6067eb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,18 @@
django-storages CHANGELOG
=========================

1.14.2 (2023-10-08)
*******************

S3
--

- Fix re-opening of ``S3File`` (`#1321`_)
- Revert raising ``ImproperlyConfigured`` when no ``bucket_name`` is set (`#1322`_)

.. _#1321: https://github.com/jschneier/django-storages/pull/1321
.. _#1322: https://github.com/jschneier/django-storages/pull/1322

1.14.1 (2023-09-29)
*******************

Expand Down
2 changes: 1 addition & 1 deletion storages/__init__.py
@@ -1 +1 @@
__version__ = "1.14.1"
__version__ = "1.14.2"

0 comments on commit 6067eb5

Please sign in to comment.