File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed
Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 11
2+ 1.3.2 / 2016-03-23
3+ ==================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Support conditional transformations via the if parameter
9+ * Process all upload parameters for explicit API.
10+
11+ Other Changes
12+ -------------
13+
14+ * Fix categorization test criteria
15+ * Delete resources by tag after tests
16+ * Replace ` ARCHIVE_TAG ` with ` TEST_TAG `
17+ * Add ` TEST_IMAGE ` and ` TEST_TAG `
18+
2191.3.1 / 2016-02-03
320==================
421
Original file line number Diff line number Diff line change 11Metadata-Version: 1.1
22Name: cloudinary
3- Version: 1.3.1
3+ Version: 1.3.2
44Summary: Python interface to Cloudinary
55Home-page: http://cloudinary.com
66Author: Cloudinary
Original file line number Diff line number Diff line change 1111SHARED_CDN = AKAMAI_SHARED_CDN
1212CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1313
14- VERSION = "1.3.1 "
14+ VERSION = "1.3.2 "
1515USER_AGENT = "CloudinaryPython/" + VERSION
1616""" :const: USER_AGENT """
1717
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '1.3.1 '
3+ version = '1.3.2 '
44
55setup (name = 'cloudinary' ,
66 version = version ,
You can’t perform that action at this time.
0 commit comments