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 44a157a commit b18617dCopy full SHA for b18617d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+1.32.0 / 2023-02-09
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
7
+ * Add support for related assets APIs
8
9
1.31.0 / 2023-01-12
10
==================
11
cloudinary/__init__.py
@@ -38,7 +38,7 @@
38
URI_SCHEME = "cloudinary"
39
API_VERSION = "v1_1"
40
41
-VERSION = "1.31.0"
+VERSION = "1.32.0"
42
43
_USER_PLATFORM_DETAILS = "; ".join((platform(), "Python {}".format(python_version())))
44
setup.py
@@ -2,7 +2,7 @@
from setuptools import find_packages, setup
-version = "1.31.0"
+version = "1.32.0"
with open('README.md') as file:
long_description = file.read()
0 commit comments