We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c968f9 commit 9e073b1Copy full SHA for 9e073b1
CHANGELOG.md
@@ -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
7
1.28.0 / 2021-11-11
8
==================
9
cloudinary/__init__.py
@@ -38,7 +38,7 @@
38
URI_SCHEME = "cloudinary"
39
API_VERSION = "v1_1"
40
41
-VERSION = "1.28.0"
+VERSION = "1.28.1"
42
43
USER_AGENT = "CloudinaryPython/{} (Python {})".format(VERSION, python_version())
44
""" :const: USER_AGENT """
setup.py
@@ -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()
0 commit comments