Skip to content

Commit 4abad96

Browse files
committed
Version 1.3.1
1 parent 304e188 commit 4abad96

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,4 +1,10 @@
11

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+
28
1.3.0 / 2016-01-18
39
==================
410

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
SHARED_CDN = AKAMAI_SHARED_CDN
1212
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1313

14-
VERSION = "1.3.0"
14+
VERSION = "1.3.1"
1515
USER_AGENT = "CloudinaryPython/" + VERSION
1616
""" :const: USER_AGENT """
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.3.0'
3+
version = '1.3.1'
44

55
setup(name='cloudinary',
66
version=version,

0 commit comments

Comments
 (0)