File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
77## [ Unreleased]
8+
9+ ## [ 3.0.0] - 2021-03-01
810### Changed
911- Move to poetry for dependency management
1012
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-2021 KUSANAGI S.L. (http://kusanagi.io)"
10- __version__ = "2.1.1 "
10+ __version__ = "3.0.0 "
1111
1212# flake8: noqa
1313from .action import Action
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " kusanagi-sdk-python"
3- version = " 2.1 .0"
3+ version = " 3.0 .0"
44description = " Python SDK for the KUSANAGI™ framework"
55authors = [" Jeronimo Albi <jeronimo.albi@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments