File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11
2+ 1.9.0 / 2017-12-03
3+ ==================
4+
5+ New functionality and features
6+ ------------------------------
7+
8+ * Add ` api.delete_derived_by_transformation `
9+ * Support SSL certificate (#101 )
10+ * Add async param to uploader (#115 )
11+ * Add TravisCI configuration
12+
13+ Other Changes
14+ -------------
15+
16+ * Add ` update_version.sh `
17+ * Add CONTRIBUTING.md (#113 )
18+ * Remove ` auto_tagging ` failure test
19+ * Skip search tests by default
20+ * Fix parallel tests
21+ * Replace ` % ` with ` format() `
22+ * Make test more readable
23+ * Mock up tests
24+ * Fix parallel tests
25+ * Remove faces param
26+ * Clean up resources after tests
27+ * Update PKG-INFO
28+ * Update .gitignore
29+ * Update setup.py
30+
2311.8.0 / 2017-05-03
332==================
433
Original file line number Diff line number Diff line change 2222SHARED_CDN = AKAMAI_SHARED_CDN
2323CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2424
25- VERSION = "1.8 .0"
25+ VERSION = "1.9 .0"
2626USER_AGENT = "CloudinaryPython/" + VERSION
2727""" :const: USER_AGENT """
2828
Original file line number Diff line number Diff line change 11from setuptools import setup , find_packages
22
3- version = '1.8 .0'
3+ version = '1.9 .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