File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
2201.24.0 / 2020-12-18
321===================
Original file line number Diff line number Diff line change 3838URI_SCHEME = "cloudinary"
3939API_VERSION = "v1_1"
4040
41- VERSION = "1.24 .0"
41+ VERSION = "1.25 .0"
4242
4343USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
4444""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- version = "1.24 .0"
5+ version = "1.25 .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