Skip to content

Commit c9de542

Browse files
committed
v0.13.10
1 parent 93821c6 commit c9de542

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.13.10
5+
-------
6+
7+
- Added ``AWS_S3_MAX_POOL_CONNECTIONS`` setting (@Routhinator).
8+
9+
410
0.13.9
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, 9)
6+
__version__ = (0, 13, 10)

0 commit comments

Comments
 (0)