File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ 1.39.0 / 2024-02-27
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for ` restrictions ` metadata field parameter
8
+ * Add support for ` regions ` upload parameter
9
+
1
10
1.38.0 / 2024-01-08
2
11
==================
3
12
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.38 .0"
41
+ VERSION = "1.39 .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.38 .0"
4
+ version = " 1.39 .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 13
13
else :
14
14
# Following code is legacy (Python 2.7 compatibiltiy) and will be removed in the future!
15
15
# TODO: Remove in next major update (when dropping Python 2.7 compatibility)
16
- version = "1.38 .0"
16
+ version = "1.39 .0"
17
17
18
18
with open ('README.md' ) as file :
19
19
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments