Skip to content

Commit 973d5de

Browse files
Version 1.18.2
1 parent 5df8ee2 commit 973d5de

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
1.18.2 / 2019-10-10
3+
===================
4+
5+
* Restore `Search` in `cloudinary` module
6+
27
1.18.1 / 2019-10-02
38
===================
49

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
SHARED_CDN = AKAMAI_SHARED_CDN
3535
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
3636

37-
VERSION = "1.18.1"
37+
VERSION = "1.18.2"
3838

3939
USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
4040
""" :const: USER_AGENT """

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import find_packages, setup
22

3-
version = "1.18.1"
3+
version = "1.18.2"
44

55
with open('README.rst') as file:
66
long_description = file.read()

0 commit comments

Comments
 (0)