Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
GitOrigin-RevId: af3b608b05e0a971208ab6565f2f86fbd1f0a22f
  • Loading branch information
Lightspark Eng authored and jklein24 committed Sep 14, 2023
1 parent 693d24c commit 9cf9d87
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# v1.4.0

- Adding UMA protocol support
- Adding some compliance-related client functions to support UMA

# v1.3.0

- Add invoice expirySecs to the invoice creation functions
- Return Invoice object instead of InvoiceData so that you can store the Invoice ID if needed
- Lots of docs improvements
- Allow fetching transactions and invoices for a wallet tied to the current account.

# v1.2.0

- Adding 2 new functions for test mode:
Expand Down
2 changes: 1 addition & 1 deletion lightspark/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.4.0"
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ install_requires =
requests

[options.packages.find]
include = lightspark*
include =
lightspark*
uma*

0 comments on commit 9cf9d87

Please sign in to comment.