File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.44.0 / 2025-04-09
2
+ ==================
3
+
4
+ New Functionality and Features
5
+ ------------------------------
6
+
7
+ * Add support for custom aggregations in Search API
8
+
9
+ Other Changes
10
+ -------------
11
+
12
+ * Improve error handling in Upload API
13
+
1
14
1.43.0 / 2025-03-18
2
15
==================
3
16
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.43 .0"
41
+ VERSION = "1.44 .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.43 .0"
4
+ version = " 1.44 .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.43 .0"
10
+ version = "1.44 .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