Skip to content

Commit c220c2c

Browse files
authored
Export sign_payload
1 parent f4faf97 commit c220c2c

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.3.2
4+
5+
- Export the `sign_payload` function.
6+
37
## 1.3.1
48

59
- Export the `BackingSignature` class.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = uma-sdk
3-
version = 1.3.1
3+
version = 1.3.2
44
description = Python SDK for UMA (universal money address)
55
long_description = file: README.md
66
long_description_content_type = text/markdown

uma/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
from uma.protocol.post_tx_callback import PostTransactionCallback, UtxoWithAmount
3636
from uma.protocol.pubkey_response import PubkeyResponse
3737
from uma.public_key_cache import InMemoryPublicKeyCache, IPublicKeyCache
38+
from uma.signing_utils import sign_payload
3839
from uma.type_utils import none_throws
3940
from uma.uma import (
4041
create_compliance_payer_data,

0 commit comments

Comments
 (0)