From b816465993355ae4eddad1bf1f970875555573b0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sun, 30 Dec 2018 12:08:07 +0100 Subject: [PATCH] version 3.2.4 --- RELEASE-NOTES | 5 +++++ electrum/version.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 74b687747..920d867df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +# Release 3.2.4 - (December 30, 2018) + + * backport anti-phishing measures from master + + # Release 3.2.3 - (September 3, 2018) * hardware wallet: the Safe-T mini from Archos is now supported. diff --git a/electrum/version.py b/electrum/version.py index 5030fa5f5..ead36c996 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.2.3' # version of the client package -APK_VERSION = '3.2.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.2.4' # version of the client package +APK_VERSION = '3.2.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.2' # protocol version requested