File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.22.0 / 2020-07-23
3+ ===================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add ` download_backedup_asset ` helper method
9+ * Add support for ` accessibility_analysis ` parameter
10+ * Add support for ` eval ` upload parameter
11+
12+ Other Changes
13+ -------------
14+
15+ * Detect data URLs with suffix in mime type
16+ * Integrate with sub-account test service
17+
2181.21.1 / 2020-06-11
319===================
420
Original file line number Diff line number Diff line change 3737URI_SCHEME = "cloudinary"
3838API_VERSION = "v1_1"
3939
40- VERSION = "1.21.1 "
40+ VERSION = "1.22.0 "
4141
4242USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
4343""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "1.21.1 "
5+ version = "1.22.0 "
66
77with open ('README.rst' ) as file :
88 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments