Skip to content

Commit

Permalink
Version 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Oct 2, 2023
1 parent 36cea8d commit ab9276c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1.36.0 / 2023-10-02
==================

New functionality and features
------------------------------

* Add support for access keys management in Provisioning API

Other Changes
-------------

* Add support for `urllib3` version `2.0`
* Remove unnecessary `else` statements

1.35.0 / 2023-09-25
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
URI_SCHEME = "cloudinary"
API_VERSION = "v1_1"

VERSION = "1.35.0"
VERSION = "1.36.0"

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "1.35.0"
version = "1.36.0"

with open('README.md') as file:
long_description = file.read()
Expand Down

0 comments on commit ab9276c

Please sign in to comment.