Skip to content

Commit

Permalink
Version 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Aug 14, 2023
1 parent 14c9229 commit 1427770
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

1.34.0 / 2023-08-14
===================

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

* Add support for `on_success` upload parameter
* Add support for `visual_search` Admin API

1.33.0 / 2023-05-15
==================

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.33.0"
VERSION = "1.34.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.33.0"
version = "1.34.0"

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

0 comments on commit 1427770

Please sign in to comment.