File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.42.0 / 2025-01-07
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for ` restore_by_asset_ids ` Admin API
8
+ * Add support for ` delete_resources_by_asset_ids ` Admin API
9
+ * Add support for ` delete_backed_up_assets ` Admin API
10
+ * Add support for ` allow_dynamic_list_values ` parameter in ` MetadataField `
11
+
12
+ Other Changes
13
+ -------------
14
+ * Fix ` AuthToken ` configuration consumption
15
+ * Switch to ` pytest `
16
+ * Add Generative AI Transformation sample project
17
+ * Add missing doc strings
18
+
1
19
1.41.0 / 2024-08-01
2
20
==================
3
21
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.41 .0"
41
+ VERSION = "1.42 .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 1
1
[project ]
2
2
name = " cloudinary"
3
3
description = " Python and Django SDK for Cloudinary"
4
- version = " 1.41 .0"
4
+ version = " 1.42 .0"
5
5
6
6
authors = [{
name =
" Cloudinary" ,
email =
" [email protected] " }]
7
7
license = { file = " LICENSE.txt" }
Original file line number Diff line number Diff line change 7
7
else :
8
8
# Following code is legacy (Python 2.7 compatibility) and will be removed in the future!
9
9
# TODO: Remove in next major update (when dropping Python 2.7 compatibility)
10
- version = "1.41 .0"
10
+ version = "1.42 .0"
11
11
12
12
with open ('README.md' ) as file :
13
13
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments