tprepare release 4.0.2 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 999eaa778e6ba08e0c0ab7547ebc0bd6d9aa11d0 DIR parent 3442dcc461e17a22b1f3cf5e292fa5d534229007 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 8 Jul 2020 08:25:49 +0200 prepare release 4.0.2 Diffstat: M RELEASE-NOTES | 4 ++++ M electrum/version.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,7 @@ +# Release 4.0.2 - (July 8, 2020) + - rm old corrupted non-bip70 invoices (#6345) + - other minor fixes + # Release 4.0.1 - (July 3, 2020) * Lightning Network support (experimental) - Our implementation of Lightning relies on Electrum servers to DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.0.1' # version of the client package -APK_VERSION = '4.0.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.0.2' # version of the client package +APK_VERSION = '4.0.2.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested