From b7a8b1aae6decf323cf5f0f4b9577aff820deb9e Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 8 Apr 2021 15:22:40 +0200 Subject: [PATCH] prepare release 4.1.2 --- RELEASE-NOTES | 11 +++++++++++ electrum/version.py | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2fadf550e..1cedbb875 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,14 @@ +# Release 4.1.2 - (April 8, 2021) + * Qt GUI: + - fix some crashes when exiting (#6889) + - make sure pressing Ctrl-C always quits (c41cd4ae) + * Kivy GUI (Android): + - fix bug with scrollbar, again (#7155) + - 2fa wallets: fix making transactions (#7190) + - implement freezing addresses (#7178) + * Android: use more modern application launcher/icon (#7187) + + # Release 4.1.1 - (April 2, 2021) * fix Qt crash with the swap dialog * fix Kivy bug with scrollbar (#7155) diff --git a/electrum/version.py b/electrum/version.py index 16f081659..0c82ddcf1 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '4.1.1' # version of the client package -APK_VERSION = '4.1.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '4.1.2' # version of the client package +APK_VERSION = '4.1.2.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested