File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.43.0 / 2025-03-18
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for Conditional Metadata Rules API
8
+
1
9
1.42.2 / 2025-02-05
2
10
==================
3
11
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.42.2 "
41
+ VERSION = "1.43.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.42.2 "
4
+ version = " 1.43.0 "
5
5
6
6
authors = [{ name = " Cloudinary" , email = " info@cloudinary.com" }]
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.42.2 "
10
+ version = "1.43.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