Skip to content

Commit 58f3ad7

Browse files
Version 1.22.0
1 parent e9f7890 commit 58f3ad7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
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+
218
1.21.1 / 2020-06-11
319
===================
420

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.21.1"
40+
VERSION = "1.22.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.21.1"
5+
version = "1.22.0"
66

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

0 commit comments

Comments
 (0)