Skip to content

Commit

Permalink
Version 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Feb 27, 2024
1 parent df6c9bd commit faa21e3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.39.0 / 2024-02-27
==================

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

* Add support for `restrictions` metadata field parameter
* Add support for `regions` upload parameter

1.38.0 / 2024-01-08
==================

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

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "cloudinary"
description = "Python and Django SDK for Cloudinary"
version = "1.38.0"
version = "1.39.0"

authors = [{ name = "Cloudinary", email = "info@cloudinary.com" }]
license = { file = "LICENSE.txt" }
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
else:
# Following code is legacy (Python 2.7 compatibiltiy) and will be removed in the future!
# TODO: Remove in next major update (when dropping Python 2.7 compatibility)
version = "1.38.0"
version = "1.39.0"

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

0 comments on commit faa21e3

Please sign in to comment.