Skip to content

Commit 9526dbd

Browse files
author
cloudinary-bot
committed
Version 1.25.0
1 parent 89aaba2 commit 9526dbd

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
1.25.0 / 2021-03-26
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `download_generated_sprite` and `download_multi` helpers
8+
* Add support for `urls` in `multi` and `sprite` APIs
9+
* Add support for `SHA-256` in auth signatures
10+
11+
Other Changes
12+
-------------
13+
14+
* Fix `prepare.sh` script
15+
* Fix `pending` parameter of the `users` method of Provisioning API
16+
* Change test for `eval` upload parameter
17+
* Extract add-on type constants to a separate file
18+
119

220
1.24.0 / 2020-12-18
321
===================

cloudinary/__init__.py

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

41-
VERSION = "1.24.0"
41+
VERSION = "1.25.0"
4242

4343
USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
4444
""" :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.24.0"
5+
version = "1.25.0"
66

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

0 commit comments

Comments
 (0)