Skip to content

Commit

Permalink
Version 1.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Jan 13, 2022
1 parent 8c968f9 commit 9e073b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.28.1 / 2022-01-13
==================

* Add support for Django 4
* Add tests to verify expression normalization

1.28.0 / 2021-11-11
==================

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.28.0"
VERSION = "1.28.1"

USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
""" :const: USER_AGENT """
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.28.0"
version = "1.28.1"

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

0 comments on commit 9e073b1

Please sign in to comment.