Skip to content

Commit faa21e3

Browse files
author
cloudinary-bot
committed
Version 1.39.0
1 parent df6c9bd commit faa21e3

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.39.0 / 2024-02-27
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `restrictions` metadata field parameter
8+
* Add support for `regions` upload parameter
9+
110
1.38.0 / 2024-01-08
211
==================
312

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.38.0"
41+
VERSION = "1.39.0"
4242

4343
_USER_PLATFORM_DETAILS = "; ".join((platform(), "Python {}".format(python_version())))
4444

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "cloudinary"
33
description = "Python and Django SDK for Cloudinary"
4-
version = "1.38.0"
4+
version = "1.39.0"
55

66
authors = [{ name = "Cloudinary", email = "[email protected]" }]
77
license = { file = "LICENSE.txt" }

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
else:
1414
# Following code is legacy (Python 2.7 compatibiltiy) and will be removed in the future!
1515
# TODO: Remove in next major update (when dropping Python 2.7 compatibility)
16-
version = "1.38.0"
16+
version = "1.39.0"
1717

1818
with open('README.md') as file:
1919
long_description = file.read()

0 commit comments

Comments
 (0)