From 999eaa778e6ba08e0c0ab7547ebc0bd6d9aa11d0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 8 Jul 2020 08:25:49 +0200 Subject: [PATCH] prepare release 4.0.2 --- RELEASE-NOTES | 4 ++++ electrum/version.py | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 764a6e306..2c3308b25 100644 --- 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 index 36e0c5bf3..64908ba3e 100644 --- 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