File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ 1.34.0 / 2023-08-14
3
+ ===================
4
+
5
+ New functionality and features
6
+ ------------------------------
7
+
8
+ * Add support for ` on_success ` upload parameter
9
+ * Add support for ` visual_search ` Admin API
10
+
1
11
1.33.0 / 2023-05-15
2
12
==================
3
13
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.33 .0"
41
+ VERSION = "1.34 .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.33 .0"
5
+ version = "1.34 .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