Skip to content

Commit f7b5287

Browse files
committed
Bump the version to v2.5.1
1 parent 6cb6215 commit f7b5287

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)