Skip to content

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Feb 23, 2017
1 parent ba2becc commit a72b53f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

1.6.1 / 2017-02-23
==================

* Add support for URL token.
* Rename `auth_token`.
* Support nested values in `CLOUDINARY_URL`.
* Refactor imports

1.6.0 / 2017-01-30
==================

Expand Down
2 changes: 1 addition & 1 deletion cloudinary.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: cloudinary
Version: 1.6.0
Version: 1.6.1
Summary: Python and Django SDK for Cloudinary
Home-page: http://cloudinary.com
Author: Cloudinary
Expand Down
2 changes: 1 addition & 1 deletion cloudinary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
SHARED_CDN = AKAMAI_SHARED_CDN
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"

VERSION = "1.6.0"
VERSION = "1.6.1"
USER_AGENT = "CloudinaryPython/" + VERSION
""" :const: USER_AGENT """

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '1.6.0'
version = '1.6.1'

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

0 comments on commit a72b53f

Please sign in to comment.