We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304e188 commit 4abad96Copy full SHA for 4abad96
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+1.3.1 / 2016-02-03
3
+==================
4
+
5
+ * Support python 2/3, and Django 1.7/1.9
6
+ * Fix rendering of CloudinaryJsFileField for field update
7
8
1.3.0 / 2016-01-18
9
==================
10
cloudinary/__init__.py
@@ -11,7 +11,7 @@
11
SHARED_CDN = AKAMAI_SHARED_CDN
12
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
13
14
-VERSION = "1.3.0"
+VERSION = "1.3.1"
15
USER_AGENT = "CloudinaryPython/" + VERSION
16
""" :const: USER_AGENT """
17
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '1.3.0'
+version = '1.3.1'
setup(name='cloudinary',
version=version,
0 commit comments