Skip to content

Commit

Permalink
Version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Mar 16, 2017
1 parent e01e5d0 commit c20c8a4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.7.0 / 2017-03-16
==================

* Add User Defined Variables
* Add migration to remove pub_date in django_tests

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

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.1
Version: 1.7.0
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.1"
VERSION = "1.7.0"
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.1'
version = '1.7.0'

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

0 comments on commit c20c8a4

Please sign in to comment.