Skip to content

Commit

Permalink
Merge pull request #54 from NikitaZotov/release/0.4.0
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
NikitaZotov authored Dec 2, 2024
2 parents 58beeff + b3c1675 commit 09a4854
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.4.0]
### Breaking changes
- This version is compatible with version of the sc-machine 0.10.0. All API methods were redesigned. Incorrect ones were removed, new ones were added. See table below, to learn more about changes.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
DIRECTORY_PATH = Path(__file__).parent
README = (DIRECTORY_PATH / "README.md").read_text()

VERSION = "0.3.0"
VERSION = "0.4.0"
INSTALL_REQUIRES = ["py-sc-client>=0.4.0"]
CURRENT_PYTHON = sys.version_info[:2]
REQUIRED_PYTHON = (3, 8)
Expand Down

0 comments on commit 09a4854

Please sign in to comment.