Skip to content

Commit c20c8a4

Browse files
author
Amir Tocker
committed
Version 1.7.0
1 parent e01e5d0 commit c20c8a4

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.7.0 / 2017-03-16
3+
==================
4+
5+
* Add User Defined Variables
6+
* Add migration to remove pub_date in django_tests
7+
28
1.6.1 / 2017-02-23
39
==================
410

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

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

0 commit comments

Comments
 (0)