URI: 
       tprepare version 3.1.2 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit c9c7f34ddfdbaafd1fd32b8f741ee166be7dfe2b
   DIR parent 6fd3d07b4b4064e3df1a7292d7655e90b0eb1297
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 27 Mar 2018 18:26:23 +0200
       
       prepare version 3.1.2
       
       Diffstat:
         M RELEASE-NOTES                       |      24 +++++++++++++++---------
         M lib/version.py                      |       2 +-
       
       2 files changed, 16 insertions(+), 10 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,15 +1,21 @@
       +# Release 3.1.2 - (March 27, 2018)
       +
       + * Kivy/android: request PIN on startup
       + * Improve OSX build process
       + * Fix various bugs with hardware wallets
       + * Other minor bugfixes
        
        # Release 3.1.1 - (March 12, 2018)
        
       -  * fix #4031: Trezor T support
       -  * partial fix #4060: proxy and hardware wallet can't be used together
       -  * fix #4039: can't set address labels
       -  * fix crash related to coinbase transactions
       -  * MacOS: use internal graphics card
       -  * fix openalias related crashes
       -  * speed-up capital gains calculations
       -  * hw wallet encryption: re-prompt for passphrase if incorrect
       -  * other minor fixes.
       + * fix #4031: Trezor T support
       + * partial fix #4060: proxy and hardware wallet can't be used together
       + * fix #4039: can't set address labels
       + * fix crash related to coinbase transactions
       + * MacOS: use internal graphics card
       + * fix openalias related crashes
       + * speed-up capital gains calculations
       + * hw wallet encryption: re-prompt for passphrase if incorrect
       + * other minor fixes.
        
        
        
   DIR diff --git a/lib/version.py b/lib/version.py
       t@@ -1,4 +1,4 @@
       -ELECTRUM_VERSION = '3.1'     # version of the client package
       +ELECTRUM_VERSION = '3.1.2'   # version of the client package
        PROTOCOL_VERSION = '1.2'     # protocol version requested
        
        # The hash of the mnemonic seed must begin with this