Skip to content

Commit 6f4fb3d

Browse files
committed
Update version to 1.0.1
1 parent fe643a0 commit 6f4fb3d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

kusanagi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
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'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
license=__license__,
1313
author='Jerónimo Albi',
1414
author_email='[email protected]',
15-
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']),

0 commit comments

Comments
 (0)