File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.18.1 / 2019-10-02
3
+ ===================
4
+
5
+ * Fix ` CLOUDINARY_API_PROXY ` environment variable consumption
6
+
2
7
1.18.0 / 2019-10-02
3
8
===================
4
9
Original file line number Diff line number Diff line change 34
34
SHARED_CDN = AKAMAI_SHARED_CDN
35
35
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
36
36
37
- VERSION = "1.18.0 "
37
+ VERSION = "1.18.1 "
38
38
39
39
USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
40
40
""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 1
1
from setuptools import find_packages , setup
2
2
3
- version = "1.18.0 "
3
+ version = "1.18.1 "
4
4
5
5
with open ('README.rst' ) as file :
6
6
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments