File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ 1.36.0 / 2023-10-02
2
+ ==================
3
+
4
+ New functionality and features
5
+ ------------------------------
6
+
7
+ * Add support for access keys management in Provisioning API
8
+
9
+ Other Changes
10
+ -------------
11
+
12
+ * Add support for ` urllib3 ` version ` 2.0 `
13
+ * Remove unnecessary ` else ` statements
14
+
1
15
1.35.0 / 2023-09-25
2
16
==================
3
17
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.35 .0"
41
+ VERSION = "1.36 .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 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- version = "1.35 .0"
5
+ version = "1.36 .0"
6
6
7
7
with open ('README.md' ) as file :
8
8
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments