Skip to content

Commit

Permalink
Version 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed May 15, 2023
1 parent 0219c32 commit 1e754e1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
1.33.0 / 2023-05-15
==================

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

* Add support for Search URL
* Add support for `target_asset_folder` API parameter
* Add support for expressions in `start_offset` and `end_offset`
* Add support for `extra_headers` option in Upload and Admin API
* Add support for `add_related_assets_by_asset_ids` and `delete_related_assets_by_asset_ids`

1.32.0 / 2023-02-09
==================

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.32.0"
VERSION = "1.33.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.32.0"
version = "1.33.0"

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

0 comments on commit 1e754e1

Please sign in to comment.