Skip to content

Commit 3bc7fa8

Browse files
author
cloudinary-bot
committed
Version 1.29.0
1 parent 93d6eca commit 3bc7fa8

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.29.0 / 2022-02-03
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for multiple tags in `add_tag`, `remove_tag` and `replace_tag`
8+
9+
Other Changes
10+
-------------
11+
12+
* Fix connection reset by peer issue
13+
* Bump `urllib3` to version `1.26.5`
14+
115
1.28.1 / 2022-01-13
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.28.1"
41+
VERSION = "1.29.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.28.1"
5+
version = "1.29.0"
66

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

0 commit comments

Comments
 (0)