Skip to content

Commit 8cc5550

Browse files
committed
Update version to 3.0.0
1 parent 309c6fd commit 8cc5550

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

kusanagi/sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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
1313
from .action import Action

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kusanagi-sdk-python"
3-
version = "2.1.0"
3+
version = "3.0.0"
44
description = "Python SDK for the KUSANAGI™ framework"
55
authors = ["Jeronimo Albi <jeronimo.albi@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)