Skip to content

Commit a72b53f

Browse files
author
Amir Tocker
committed
Version 1.6.1
1 parent ba2becc commit a72b53f

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
1.6.1 / 2017-02-23
3+
==================
4+
5+
* Add support for URL token.
6+
* Rename `auth_token`.
7+
* Support nested values in `CLOUDINARY_URL`.
8+
* Refactor imports
9+
210
1.6.0 / 2017-01-30
311
==================
412

cloudinary.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: cloudinary
3-
Version: 1.6.0
3+
Version: 1.6.1
44
Summary: Python and Django SDK for Cloudinary
55
Home-page: http://cloudinary.com
66
Author: Cloudinary

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
SHARED_CDN = AKAMAI_SHARED_CDN
1515
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1616

17-
VERSION = "1.6.0"
17+
VERSION = "1.6.1"
1818
USER_AGENT = "CloudinaryPython/" + VERSION
1919
""" :const: USER_AGENT """
2020

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.6.0'
3+
version = '1.6.1'
44

55
with open('README.rst') as file:
66
long_description = file.read()

0 commit comments

Comments
 (0)