Browse Source

prepare release 4.5.2

master
SomberNight 2 years ago
parent
commit
fe03fbf2a0
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 5
      RELEASE-NOTES
  2. 4
      electrum/version.py

5
RELEASE-NOTES

@ -1,3 +1,8 @@
# Release 4.5.2 (January 20, 2024)
* Qt Desktop GUI:
- fix crash during startup/wizard-open (#8833)
# Release 4.5.1 (January 19, 2024)
* Lightning:
- fix: MPP regression when using gossip that made paying small invoices fail (95c55c542)

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.5.1' # version of the client package
APK_VERSION = '4.5.1.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.5.2' # version of the client package
APK_VERSION = '4.5.2.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save