File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 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+
191.42.2 / 2025-02-05
210==================
311
Original file line number Diff line number Diff line change 3838URI_SCHEME = "cloudinary"
3939API_VERSION = "v1_1"
4040
41- VERSION = "1.42.2 "
41+ VERSION = "1.43.0 "
4242
4343_USER_PLATFORM_DETAILS = "; " .join ((platform (), "Python {}" .format (python_version ())))
4444
Original file line number Diff line number Diff line change 11[project ]
22name = " cloudinary"
33description = " Python and Django SDK for Cloudinary"
4- version = " 1.42.2 "
4+ version = " 1.43.0 "
55
66authors = [{ name = " Cloudinary" , email = " info@cloudinary.com" }]
77license = { file = " LICENSE.txt" }
Original file line number Diff line number Diff line change 77else :
88 # Following code is legacy (Python 2.7 compatibility) and will be removed in the future!
99 # TODO: Remove in next major update (when dropping Python 2.7 compatibility)
10- version = "1.42.2 "
10+ version = "1.43.0 "
1111
1212 with open ('README.md' ) as file :
1313 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments