Skip to content

Commit 9e073b1

Browse files
author
cloudinary-bot
committed
Version 1.28.1
1 parent 8c968f9 commit 9e073b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.28.1 / 2022-01-13
2+
==================
3+
4+
* Add support for Django 4
5+
* Add tests to verify expression normalization
6+
17
1.28.0 / 2021-11-11
28
==================
39

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.0"
41+
VERSION = "1.28.1"
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.0"
5+
version = "1.28.1"
66

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

0 commit comments

Comments
 (0)