Skip to content

Commit

Permalink
Version 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Nov 10, 2021
1 parent fee824d commit ab8121e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
1.27.0 / 2021-11-10
==================

New functionality and features
------------------------------

* Add support for `resources_by_asset_ids` Admin API
* Add support for `resource_by_asset_id` Admin API
* Add support for `reorder_metadata_field_datasource` Admin API
* Add support for folder decoupling
* Add support for `create_slideshow` Upload API
* Add support for uploading `pathlib.Path`
* Add support for variables in text style

Other Changes
-------------

* Remove duplicates in Search API fields
* Fix named parameters normalization issue
* Remove redundant parameter from `update_sub_account` Provisioning API

1.26.0 / 2021-06-20
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
URI_SCHEME = "cloudinary"
API_VERSION = "v1_1"

VERSION = "1.26.0"
VERSION = "1.27.0"

USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
""" :const: USER_AGENT """
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import find_packages, setup

version = "1.26.0"
version = "1.27.0"

with open('README.rst') as file:
long_description = file.read()
Expand Down

0 comments on commit ab8121e

Please sign in to comment.