Skip to content

Commit 1e754e1

Browse files
author
cloudinary-bot
committed
Version 1.33.0
1 parent 0219c32 commit 1e754e1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
1.33.0 / 2023-05-15
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for Search URL
8+
* Add support for `target_asset_folder` API parameter
9+
* Add support for expressions in `start_offset` and `end_offset`
10+
* Add support for `extra_headers` option in Upload and Admin API
11+
* Add support for `add_related_assets_by_asset_ids` and `delete_related_assets_by_asset_ids`
12+
113
1.32.0 / 2023-02-09
214
==================
315

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

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

0 commit comments

Comments
 (0)