tprepare release 4.0.4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit aebe77867d501318d4b5e057d146e64e3b7a5e0e DIR parent 695ad757c715d4b1a9d379cefafea7a4ec6faea4 HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 15 Oct 2020 17:37:46 +0200 prepare release 4.0.4 Diffstat: M RELEASE-NOTES | 2 +- M electrum/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,4 +1,4 @@ -# Release 4.0.4 - (Oct XX, 2020) +# Release 4.0.4 - (Oct 15, 2020) * PSBT: fix regression in 4.0.3 where UTXO data was not included in QR codes (#6600) * new feature: "Cancel tx" (#6641). The Qt/kivy GUI allows cancelling DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.3' # version of the client package -APK_VERSION = '4.0.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.4' # version of the client package +APK_VERSION = '4.0.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested