Skip to content

Commit

Permalink
Version 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Sep 25, 2023
1 parent eca5db6 commit 18abdf5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.35.0 / 2023-09-25
==================

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

* Add support for `image_file` in `visual_search` Admin API
* Add support for `last_login` field in `users` Provisioning API
* Add support for `config` Admin API

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

* Fix fetch video overlay
* Add additional tests for a signed url


1.34.0 / 2023-08-14
===================
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.34.0"
VERSION = "1.35.0"

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

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.34.0"
version = "1.35.0"

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

0 comments on commit 18abdf5

Please sign in to comment.