We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb0615 commit 9e57768Copy full SHA for 9e57768
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
django-s3-storage changelog
2
===========================
3
4
+0.15.0
5
+------
6
+
7
+- Added support for opening files in text mode on Python 3.11+ (@etianen).
8
9
0.14.0
10
------
11
django_s3_storage/__init__.py
@@ -3,4 +3,4 @@
"""
-__version__ = (0, 14, 0)
+__version__ = (0, 15, 0)
0 commit comments