Skip to content

Commit ae07971

Browse files
committed
Merge branch 'mptDex' of https://github.com/ckeshava/xrpl-py into mptDex
2 parents 3dbcc95 + 1e3e3ee commit ae07971

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/unit_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7+
types: [opened, synchronize, reopened, ready_for_review]
78
workflow_dispatch:
89
workflow_call:
910
inputs:

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [[Unreleased]]
99

10+
## [[4.5.0]]
11+
1012
### Added
1113
- Support for XLS-82d MPT-DEX
1214
- The `ledger_entry` RPC can now accept `AMM` input along with the two asset definitions.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xrpl-py"
3-
version = "4.4.0"
3+
version = "4.5.0"
44
description = "A complete Python library for interacting with the XRP ledger"
55
license = "ISC"
66
readme = "README.md"

0 commit comments

Comments
 (0)