Skip to content

Commit c8de291

Browse files
authored
Bump the version to v2.5.1 (#28)
2 parents 6cb6215 + f7b5287 commit c8de291

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# v2.5.1
4+
5+
- Ensure that the README and LICENSE are included in the pypi package.
6+
- Make get_decoded_payment_request return an InvoiceData type.
7+
38
# v2.5.0
49

510
- Add is_uma flag to payment objects. Note that this is only accurate for payments/invoices created with create_uma_invoice or pay_uma_invoice.

lightspark/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.5.0"
1+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)