From 87c596fa1d685b9365c26b9dfabe9c566f806ea0 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 13 Feb 2019 22:23:30 +0100 Subject: [PATCH] prepare release 3.3.4 --- RELEASE-NOTES | 2 +- electrum/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5dcf34d2e..f7e37e799 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,4 +1,4 @@ -# Release 3.3.4 - (unreleased) +# Release 3.3.4 - (February 13, 2019) * AppImage: we now also distribute self-contained binaries for x86_64 Linux in the form of an AppImage (#5042). The Python interpreter, diff --git a/electrum/version.py b/electrum/version.py index a80d45f40..ef0927ddf 100644 --- a/electrum/version.py +++ b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.3' # version of the client package -APK_VERSION = '3.3.3.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.4' # version of the client package +APK_VERSION = '3.3.4.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested