File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
13
1.32.0 / 2023-02-09
2
14
==================
3
15
Original file line number Diff line number Diff line change 38
38
URI_SCHEME = "cloudinary"
39
39
API_VERSION = "v1_1"
40
40
41
- VERSION = "1.32 .0"
41
+ VERSION = "1.33 .0"
42
42
43
43
_USER_PLATFORM_DETAILS = "; " .join ((platform (), "Python {}" .format (python_version ())))
44
44
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- version = "1.32 .0"
5
+ version = "1.33 .0"
6
6
7
7
with open ('README.md' ) as file :
8
8
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments