We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df8ee2 commit 973d5deCopy full SHA for 973d5de
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+1.18.2 / 2019-10-10
3
+===================
4
+
5
+ * Restore `Search` in `cloudinary` module
6
7
1.18.1 / 2019-10-02
8
===================
9
cloudinary/__init__.py
@@ -34,7 +34,7 @@
34
SHARED_CDN = AKAMAI_SHARED_CDN
35
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
36
37
-VERSION = "1.18.1"
+VERSION = "1.18.2"
38
39
USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
40
""" :const: USER_AGENT """
setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-version = "1.18.1"
+version = "1.18.2"
with open('README.rst') as file:
long_description = file.read()
0 commit comments