Skip to content

Commit ab8121e

Browse files
author
cloudinary-bot
committed
Version 1.27.0
1 parent fee824d commit ab8121e

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
1.27.0 / 2021-11-10
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `resources_by_asset_ids` Admin API
8+
* Add support for `resource_by_asset_id` Admin API
9+
* Add support for `reorder_metadata_field_datasource` Admin API
10+
* Add support for folder decoupling
11+
* Add support for `create_slideshow` Upload API
12+
* Add support for uploading `pathlib.Path`
13+
* Add support for variables in text style
14+
15+
Other Changes
16+
-------------
17+
18+
* Remove duplicates in Search API fields
19+
* Fix named parameters normalization issue
20+
* Remove redundant parameter from `update_sub_account` Provisioning API
21+
122
1.26.0 / 2021-06-20
223
==================
324

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.26.0"
41+
VERSION = "1.27.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.26.0"
5+
version = "1.27.0"
66

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

0 commit comments

Comments
 (0)