Skip to content

Commit

Permalink
Version 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 12, 2023
1 parent 730bfc7 commit 32ab0b0
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.31.0 / 2023-01-12
==================

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

* Add support for `SearchFolders` API
* Add support for `media_metadata` API parameter
* Add support for `clear_invalid` metadata parameter
* Add support for `upload_preset` in configuration

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

* Fix API error handling

1.30.0 / 2022-09-20
==================

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.30.0"
VERSION = "1.31.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.30.0"
version = "1.31.0"

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

0 comments on commit 32ab0b0

Please sign in to comment.