Skip to content

Commit 62c41bb

Browse files
committed
v0.14.0
1 parent 9d52052 commit 62c41bb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
django-s3-storage changelog
22
===========================
33

4+
0.14.0
5+
------
6+
7+
- Added ``client_method`` to ``save()`` method, allowing the generation of presigned URLs for direct S3 upload (@Roriz).
8+
9+
410
0.13.11
511
-------
612

django_s3_storage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""
44

55

6-
__version__ = (0, 13, 11)
6+
__version__ = (0, 14, 0)

0 commit comments

Comments
 (0)