File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88
9+ ## [ 1.0.1] - 2019-08-17
10+ ### Fixed
11+ - Update value of default timeout
12+ - Revise method name
13+
914## [ 1.0.0] - 2019-03-26
1015- Initial release
Original file line number Diff line number Diff line change 77# file that was distributed with this source code.
88__license__ = "MIT"
99__copyright__ = "Copyright (c) 2016-2019 KUSANAGI S.L. (http://kusanagi.io)"
10- __version__ = '1.0.0 '
10+ __version__ = '1.0.1 '
Original file line number Diff line number Diff line change 1212 license = __license__ ,
1313 author = 'Jerónimo Albi' ,
141415- description = 'Python SDK for the KUSANAGI™ framework' ,
15+ description = 'Python SDK for the KUSANAGI framework' ,
1616 platforms = ['POSIX' ],
1717 download_url = 'https://github.com/kusanagi/kusanagi-sdk-python/releases' ,
1818 packages = find_packages (exclude = ['tests' ]),
You can’t perform that action at this time.
0 commit comments