URI: 
       tprepare 4.0.7 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit f396ae0a298854441a2809d72d776323b3fcae9d
   DIR parent b4cc420d0afed5879f4ea6e12abd014f455a2d7f
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed,  9 Dec 2020 14:10:50 +0100
       
       prepare 4.0.7
       
       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 4.0.7 - (Dec 9, 2020)
       + * kivy: fix open channel with 'max' amount
       + * kivy: fix regression introduced in last release (a9fc440)
       + * other minor GUI fixes
       + * Dependencies: as part of adapting to new dnspython (#6828),
       +   - python-ecdsa is no longer needed at all,
       +   - cryptography is now required (min 2.6), the user can no
       +     longer choose between cryptography and pycryptodomex
       +
        # Release 4.0.6 - (Dec 4, 2020)
         * Fix 'Max' button issue for submarine swaps button (#6770)
         * Fix 'Max' button in kivy (#6169)
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '4.0.6'     # version of the client package
       -APK_VERSION = '4.0.6.0'        # read by buildozer.spec
       +ELECTRUM_VERSION = '4.0.7'     # version of the client package
       +APK_VERSION = '4.0.7.0'        # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.4'     # protocol version requested