electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 999eaa778e6ba08e0c0ab7547ebc0bd6d9aa11d0
parent 3442dcc461e17a22b1f3cf5e292fa5d534229007
Author: ThomasV <thomasv@electrum.org>
Date:   Wed,  8 Jul 2020 08:25:49 +0200

prepare release 4.0.2

Diffstat:
MRELEASE-NOTES | 4++++
Melectrum/version.py | 4++--
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -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 diff --git a/electrum/version.py b/electrum/version.py @@ -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