URI: 
       tprepare release 3.2.3 and release notes - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 56e7ba41c48f2a8017eafc539361da8954284ba2
   DIR parent 1bb1fc37f418a787e986e41b976a98e646d83e48
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Mon,  3 Sep 2018 14:57:29 +0200
       
       prepare release 3.2.3 and release notes
       
       Diffstat:
         M RELEASE-NOTES                       |      18 ++++++++++++++++++
         M electrum/version.py                 |       4 ++--
       
       2 files changed, 20 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,21 @@
       +# Release 3.2.3 - (September 3, 2018)
       +
       + * hardware wallet: the Safe-T mini from Archos is now supported.
       + * hardware wallet: the Coldcard from Coinkite is now supported.
       + * BIP39 seeds: if a seed extension (aka passphrase) contained
       +   multiple consecutive whitespaces or leading/trailing whitespaces
       +   then the derived addresses were not following spec. This has been
       +   fixed, and affected should move their coins. The wizard will show a
       +   warning in this case. (#4566)
       + * Revealer: the PRNG used has been changed (#4649)
       + * fix Linux distributables: 'typing' was not bundled, needed for python 3.4
       + * fix #4626: fix spending from segwit multisig wallets involving a Trezor
       +   cosigner when using a custom derivation path
       + * fix #4491: on Android, if user had set "uBTC" as base unit, app crashed
       + * fix #4497: on Android, paying bip70 invoices from cold start did not work
       + * Several other minor bugfixes and usability improvements.
       +
       +
        # Release 3.2.2 - (July 2nd, 2018)
        
         * Fix DNS resolution on Windows
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '3.2.2'   # version of the client package
       -APK_VERSION = '3.2.2.0'      # read by buildozer.spec
       +ELECTRUM_VERSION = '3.2.3'   # version of the client package
       +APK_VERSION = '3.2.3.0'      # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.2'     # protocol version requested