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 11
2+ 1.24.0 / 2020-12-18
3+ ===================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add support for list values in metadata
9+ * Add ` Python 3.9 ` support
10+
11+ Other Changes
12+ -------------
13+
14+ * Improve add-on tests
15+
2161.23.0 / 2020-11-16
317===================
418
Original file line number Diff line number Diff line change 3737URI_SCHEME = "cloudinary"
3838API_VERSION = "v1_1"
3939
40- VERSION = "1.23 .0"
40+ VERSION = "1.24 .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.23 .0"
5+ version = "1.24 .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