Skip to content

Commit 9ff08b6

Browse files
Version 1.24.0
1 parent ca87982 commit 9ff08b6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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+
216
1.23.0 / 2020-11-16
317
===================
418

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
URI_SCHEME = "cloudinary"
3838
API_VERSION = "v1_1"
3939

40-
VERSION = "1.23.0"
40+
VERSION = "1.24.0"
4141

4242
USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
4343
""" :const: USER_AGENT """

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
version = "1.23.0"
5+
version = "1.24.0"
66

77
with open('README.rst') as file:
88
long_description = file.read()

0 commit comments

Comments
 (0)