Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 4343453

Browse files
committed
update release version and changelog
1 parent fdd8018 commit 4343453

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [6.0.1](https://github.com/aeternity/aepp-sdk-python/releases/tag/6.0.1) ([compare](https://github.com/aeternity/aepp-sdk-python/compare/6.0.0...6.0.1)) - 2019-10-30
9+
10+
### Bug Fixes
11+
- fix: version range for node compatibility (#277) ([fdd8018](https://github.com/aeternity/aepp-sdk-python/commit/fdd801800a18862e124eee583d6e4bf43d2c482b)).
12+
813
## [6.0.0](https://github.com/aeternity/aepp-sdk-python/releases/tag/6.0.0) ([compare](https://github.com/aeternity/aepp-sdk-python/compare/5.0.1...6.0.0)) - 2019-10-17
914

1015
### Bug Fixes

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 = "aepp-sdk"
3-
version = "6.0.0"
3+
version = "6.0.1"
44
description = "Python SDK to interact with the Æternity blockchain"
55
authors = [
66
"Andrea Giacobino <[email protected]>",

0 commit comments

Comments
 (0)