Browse Source

update version to 4.4.2 + date release notes

master
ThomasV 3 years ago
parent
commit
ff287e518f
  1. 2
      RELEASE-NOTES
  2. 4
      electrum/version.py

2
RELEASE-NOTES

@ -1,4 +1,4 @@
# Release 4.4.2 (unreleased)
# Release 4.4.2 (May 4, 2023)
* Qt GUI:
- fix undefined var check in swap_dialog (#8341)
- really fix "recursion depth exceeded" for utxo privacy analysis (#8315)

4
electrum/version.py

@ -1,5 +1,5 @@
ELECTRUM_VERSION = '4.4.1' # version of the client package
APK_VERSION = '4.4.1.0' # read by buildozer.spec
ELECTRUM_VERSION = '4.4.2' # version of the client package
APK_VERSION = '4.4.2.0' # read by buildozer.spec
PROTOCOL_VERSION = '1.4' # protocol version requested

Loading…
Cancel
Save