Skip to content

Commit

Permalink
Update CHANGELOG and pyproject.toml to 1.7.0 (#451)
Browse files Browse the repository at this point in the history
* Update CHANGELOG and pyproject.toml to 1.7.0
  • Loading branch information
JST5000 committed Oct 12, 2022
1 parent b2216de commit 5598bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,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]]

## [1.7.0] - 2022-10-12
### Added:
- Support for ExpandedSignerList amendment that expands the maximum signer list to 32 entries
- Function to parse the final account balances from a transaction's metadata
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xrpl-py"
version = "1.6.0"
version = "1.7.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 5598bbe

Please sign in to comment.