Skip to content

Commit 881f73d

Browse files
authored
xrpl-py 1.6.0 release (#399)
* Update CHANGELOG and pyproject
1 parent fe02f14 commit 881f73d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [[Unreleased]]
9+
10+
## [1.6.0] - 2022-06-02
911
### Added:
1012
- Support for dynamic fee calculation
1113
- Add function to parse account balances from a transaction's metadata
1214
- Better error handling for invalid client URL
15+
- Exported SubscribeBook
1316

1417
### Fixed
1518
- Resolve `txnNotFound` error with `send_reliable_submission` when waiting for a submitted malformed transaction

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 = "xrpl-py"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
readme = "README.md"
66
repository = "https://github.com/XRPLF/xrpl-py"

0 commit comments

Comments
 (0)