tprepare release 3.3.4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 87c596fa1d685b9365c26b9dfabe9c566f806ea0 DIR parent 0e78e15fa4ae87e63bf3b226055e7d58fb527773 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 13 Feb 2019 22:23:30 +0100 prepare release 3.3.4 Diffstat: M RELEASE-NOTES | 2 +- M electrum/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -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, DIR diff --git a/electrum/version.py b/electrum/version.py t@@ -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