File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 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+
2101.6.0 / 2017-01-30
311==================
412
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: cloudinary
3- Version: 1.6.0
3+ Version: 1.6.1
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.0 "
17+ VERSION = "1.6.1 "
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.0 '
3+ version = '1.6.1 '
44
55with open ('README.rst' ) as file :
66 long_description = file .read ()
You can’t perform that action at this time.
0 commit comments