Skip to content

Commit a61a968

Browse files
author
cloudinary-bot
committed
Version 1.28.0
1 parent 83ebad1 commit a61a968

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.28.0 / 2021-11-11
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `reorder_metadata_fields` Admin API
8+
* Add support for disabling b-frames in `video_codec` transformation parameter
9+
10+
Other Changes
11+
-------------
12+
13+
* Fix regression in `upload_resource` function
14+
115
1.27.0 / 2021-11-10
216
==================
317

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.27.0"
41+
VERSION = "1.28.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.27.0"
5+
version = "1.28.0"
66

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

0 commit comments

Comments
 (0)