URI: 
       trelease 4.0.1: prepare release notes, bump version number - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0f6898ed90be7777254b6868e1e1b0b5af79372f
   DIR parent d49fcf19d87b3c082fe081eb00d822a0cc179595
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  3 Jul 2020 17:14:45 +0200
       
       release 4.0.1: prepare release notes, bump version number
       
       Diffstat:
         M RELEASE-NOTES                       |       7 ++++---
         M electrum/version.py                 |       4 ++--
       
       2 files changed, 6 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,5 +1,4 @@
       -# Release 4.0 - (not released yet. ETA June 2020)
       -
       +# Release 4.0.1 - (July 3, 2020)
         * Lightning Network support (experimental)
           - Our implementation of Lightning relies on Electrum servers to
             query channel states. Since servers can lie about the state of a
       t@@ -7,7 +6,9 @@
             setup a private watchtower (see below). A watchtower is also
             recommended for lightning wallets that remain offline for
             extended periods of time (the default CSV 'to_self_delay' is 1
       -     week).
       +     week). Please note that Electrum Personal Server (EPS) cannot be
       +     used with lightning wallets, because channels funding addresses
       +     are arbitrary.
           - Lightning funds cannot be restored from seed. Instead, users need
             to create static backups of their channels. Static backups cannot
             be used to perform lightning transactions, they can only be used
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '4.0.0b1'   # version of the client package
       -APK_VERSION = '4.0.0.1'        # read by buildozer.spec
       +ELECTRUM_VERSION = '4.0.1'     # version of the client package
       +APK_VERSION = '4.0.1.0'        # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.4'     # protocol version requested