Skip to content

Commit 9cf9d87

Browse files
Lightspark Engjklein24
authored andcommitted
Project import generated by Copybara.
GitOrigin-RevId: af3b608b05e0a971208ab6565f2f86fbd1f0a22f
1 parent 693d24c commit 9cf9d87

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
# v1.4.0
4+
5+
- Adding UMA protocol support
6+
- Adding some compliance-related client functions to support UMA
7+
8+
# v1.3.0
9+
10+
- Add invoice expirySecs to the invoice creation functions
11+
- Return Invoice object instead of InvoiceData so that you can store the Invoice ID if needed
12+
- Lots of docs improvements
13+
- Allow fetching transactions and invoices for a wallet tied to the current account.
14+
315
# v1.2.0
416

517
- Adding 2 new functions for test mode:

lightspark/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ install_requires =
2121
requests
2222

2323
[options.packages.find]
24-
include = lightspark*
24+
include =
25+
lightspark*
26+
uma*

0 commit comments

Comments
 (0)