We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6b7a2 commit 2fcae4dCopy full SHA for 2fcae4d
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [[Unreleased]]
9
10
+## [4.2.0] - 2025-6-09
11
+
12
### Added
13
- Improved validation for models to also check param types
14
- Support for `Account Permission` and `Account Permission Delegation` (XLS-74d, XLS-75d)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "xrpl-py"
3
-version = "4.1.0"
+version = "4.2.0"
4
description = "A complete Python library for interacting with the XRP ledger"
5
license = "ISC"
6
readme = "README.md"
0 commit comments