File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed
Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 11
2+ 1.6.0 / 2017-01-30
3+ ==================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add Akamai token generator
9+
10+ Other Changes
11+ -------------
12+
13+ * Add ` max_results=500 ` to ` api.resources ` invocation in tests
14+ * Double encode ` , ` and ` / ` in text layers
15+ * Handle empty CloudinaryField values. Fixes #81 , Related to #82
16+ * Revert to in-memory database for tests
17+ * Support passing parameters to both ` setup.py test ` and ` django-admin.py test `
18+ * Set ` DJANGO_SETTINGS_MODULE ` only in Django tests
19+ * Test for string_types instead of str.
20+ * Use ` disable_warning() ` in network tests.
21+
2221.5.0 / 2016-11-17
323==================
424
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: cloudinary
3- Version: 1.5 .0
3+ Version: 1.6 .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 1515SHARED_CDN = AKAMAI_SHARED_CDN
1616CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1717
18- VERSION = "1.5 .0"
18+ VERSION = "1.6 .0"
1919USER_AGENT = "CloudinaryPython/" + VERSION
2020""" :const: USER_AGENT """
2121
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '1.5 .0'
3+ version = '1.6 .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