From 2c8f376d3dffc291141e8076b50943fdaad4d837 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 17 Jun 2021 14:03:06 +0200 Subject: [PATCH] prepare release 4.1.4 --- RELEASE-NOTES | 6 ++++++ electrum/version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9ef5275b0..094432ba3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +# Release 4.1.4 - (June 17, 2021) + * Kivy/Android: fix a regression where a non-LN wallet + could not open the settings (c49d6995) + * CLI/RPC: fix "close_wallet" command (#7348) + + # Release 4.1.3 - (June 16, 2021) * Builds/binaries: - Android: the binaries (APKs) should now be reproducible (#7263) diff --git a/electrum/version.py b/electrum/version.py index fa3fe807b..9cf979fbd 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.1.3' # version of the client package -APK_VERSION = '4.1.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.4' # version of the client package +APK_VERSION = '4.1.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested