File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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+
281.6.1 / 2017-02-23
39==================
410
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: cloudinary
3- Version: 1.6.1
3+ Version: 1.7.0
44Summary: Python and Django SDK for Cloudinary
55Home-page: http://cloudinary.com
66Author: Cloudinary
Original file line number Diff line number Diff line change 1414SHARED_CDN = AKAMAI_SHARED_CDN
1515CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1616
17- VERSION = "1.6.1 "
17+ VERSION = "1.7.0 "
1818USER_AGENT = "CloudinaryPython/" + VERSION
1919""" :const: USER_AGENT """
2020
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '1.6.1 '
3+ version = '1.7.0 '
44
55with open ('README.rst' ) as file :
66 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments