File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
22
1.26.0 / 2021-06-20
2
23
==================
3
24
Original file line number Diff line number Diff line change 38
38
URI_SCHEME = "cloudinary"
39
39
API_VERSION = "v1_1"
40
40
41
- VERSION = "1.26 .0"
41
+ VERSION = "1.27 .0"
42
42
43
43
USER_AGENT = "CloudinaryPython/{} (Python {})" .format (VERSION , python_version ())
44
44
""" :const: USER_AGENT """
Original file line number Diff line number Diff line change 2
2
3
3
from setuptools import find_packages , setup
4
4
5
- version = "1.26 .0"
5
+ version = "1.27 .0"
6
6
7
7
with open ('README.rst' ) as file :
8
8
long_description = file .read ()
You can’t perform that action at this time.
0 commit comments