commit 30845ee7769a66d736bbc3d451fc85c0d58e1ea1 parent 649f8414a93242821cfd11eda10235b511c965c6 Author: ThomasV <thomasv@electrum.org> Date: Fri, 21 Dec 2018 22:41:12 +0100 prepare release 3.2.2 Diffstat:
M | RELEASE-NOTES | | | 6 | ++++++ |
M | electrum/version.py | | | 4 | ++-- |
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,9 @@ +# Release 3.3.2 - (December 21, 2018) + + * Fix Qt history export bug + * Improve network timeouts + + # Release 3.3.1 - (December 20, 2018) * Qt: Fix invoices tab crash (#4941) diff --git a/electrum/version.py b/electrum/version.py @@ -1,5 +1,5 @@ -ELECTRUM_VERSION = '3.3.1' # version of the client package -APK_VERSION = '3.3.1.0' # read by buildozer.spec +ELECTRUM_VERSION = '3.3.2' # version of the client package +APK_VERSION = '3.3.2.0' # read by buildozer.spec PROTOCOL_VERSION = '1.4' # protocol version requested