URI: 
       tprepare release 3.3.8 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit e81f4bdcd11a072e7c4f38fb1c7eec19c2f7e1a8
   DIR parent 61bf5ce59aa7397b021d2f6f30289b09c1f3c2cb
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Thu, 11 Jul 2019 14:51:54 +0200
       
       prepare release 3.3.8
       
       Diffstat:
         M RELEASE-NOTES                       |       9 +++++++++
         M electrum/version.py                 |       4 ++--
       
       2 files changed, 11 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,12 @@
       +# Release 3.3.8 - (July 11, 2019)
       +
       + * fix some bugs with recent bump fee (RBF) improvements (#5483, #5502)
       + * fix #5491: watch-only wallets could not bump fee in some cases
       + * appimage: URLs could not be opened on some desktop environments (#5425)
       + * faster tx signing for segwit inputs for really large txns (#5494)
       + * A few other minor bugfixes and usability improvements.
       +
       +
        # Release 3.3.7 - (July 3, 2019)
        
         * The AppImage Linux x86_64 binary and the Windows setup.exe
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '3.3.7'   # version of the client package
       -APK_VERSION = '3.3.7.0'      # read by buildozer.spec
       +ELECTRUM_VERSION = '3.3.8'   # version of the client package
       +APK_VERSION = '3.3.8.0'      # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.4'     # protocol version requested