Skip to content

Commit f4faf97

Browse files
authored
Export the BackingSignature class. (#69)
1 parent bce8aee commit f4faf97

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-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.1
4+
5+
- Export the `BackingSignature` class.
6+
37
## 1.3.0
48

59
- Add backing signature support for all request types.

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.0
3+
version = 1.3.1
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
from uma.exceptions import *
44
from uma.nonce_cache import InMemoryNonceCache, INonceCache, InvalidNonceException
5+
from uma.protocol.backing_signature import (
6+
BackingSignature,
7+
)
58
from uma.protocol.counterparty_data import (
69
CounterpartyDataOption,
710
CounterpartyDataOptions,

0 commit comments

Comments
 (0)