Skip to content

Commit ab9276c

Browse files
author
cloudinary-bot
committed
Version 1.36.0
1 parent 36cea8d commit ab9276c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.36.0 / 2023-10-02
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for access keys management in Provisioning API
8+
9+
Other Changes
10+
-------------
11+
12+
* Add support for `urllib3` version `2.0`
13+
* Remove unnecessary `else` statements
14+
115
1.35.0 / 2023-09-25
216
==================
317

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
URI_SCHEME = "cloudinary"
3939
API_VERSION = "v1_1"
4040

41-
VERSION = "1.35.0"
41+
VERSION = "1.36.0"
4242

4343
_USER_PLATFORM_DETAILS = "; ".join((platform(), "Python {}".format(python_version())))
4444

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = "1.35.0"
5+
version = "1.36.0"
66

77
with open('README.md') as file:
88
long_description = file.read()

0 commit comments

Comments
 (0)