Skip to content

Commit

Permalink
xrpl-py 1.6.0 release (#399)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and pyproject
  • Loading branch information
JST5000 committed Jun 2, 2022
1 parent fe02f14 commit 881f73d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,10 +6,13 @@ 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]]

## [1.6.0] - 2022-06-02
### Added:
- Support for dynamic fee calculation
- Add function to parse account balances from a transaction's metadata
- Better error handling for invalid client URL
- Exported SubscribeBook

### Fixed
- Resolve `txnNotFound` error with `send_reliable_submission` when waiting for a submitted malformed transaction
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xrpl-py"
version = "1.5.0"
version = "1.6.0"
description = "A complete Python library for interacting with the XRP ledger"
readme = "README.md"
repository = "https://github.com/XRPLF/xrpl-py"
Expand Down

0 comments on commit 881f73d

Please sign in to comment.