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+
1111.33.0 / 2023-05-15
212==================
313
Original file line number Diff line number Diff line change 3838URI_SCHEME = "cloudinary"
3939API_VERSION = "v1_1"
4040
41- VERSION = "1.33 .0"
41+ VERSION = "1.34 .0"
4242
4343_USER_PLATFORM_DETAILS = "; " .join ((platform (), "Python {}" .format (python_version ())))
4444
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "1.33 .0"
5+ version = "1.34 .0"
66
77with open ('README.md' ) as file :
88 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments