Skip to content

Commit 892ddcb

Browse files
author
Amir Tocker
committed
Version 1.9.0
1 parent 3c1a907 commit 892ddcb

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
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+
231
1.8.0 / 2017-05-03
332
==================
433

cloudinary/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SHARED_CDN = AKAMAI_SHARED_CDN
2323
CL_BLANK = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2424

25-
VERSION = "1.8.0"
25+
VERSION = "1.9.0"
2626
USER_AGENT = "CloudinaryPython/" + VERSION
2727
""" :const: USER_AGENT """
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
version = '1.8.0'
3+
version = '1.9.0'
44

55
with open('README.rst') as file:
66
long_description = file.read()

0 commit comments

Comments
 (0)