URI: 
       tprepare release 4.0.5 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 5c0430dced8351fd44d86ce6b15aa2088014d4b5
   DIR parent 16a326cdd37f1f258a0e761a8c64f7ab60b6c409
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 18 Nov 2020 19:43:24 +0100
       
       prepare release 4.0.5
       
       Diffstat:
         M RELEASE-NOTES                       |      15 +++++++++++++++
         M electrum/version.py                 |       4 ++--
       
       2 files changed, 17 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES
       t@@ -1,3 +1,18 @@
       +# Release 4.0.5 - (Nov 18, 2020)
       + * Fix .dmg binary hanging on recently released macOS 11 Big Sur (#6461)
       + * Lightning:
       +   - bugfix: during LN channel opening, if the client crashed at the
       +     wrong moment, the channel might not get fully persisted to disk,
       +     and would need manual console-tinkering to recover (#6656)
       +   - Lightning is enabled by default. Electrum will not connect to
       +     the Lightning Network until the user opens a channel. (#6639)
       +   - smarter node recommendation (to open channels with) (#6705)
       + * user interface: some minor changes that aim to improve usability
       + * Ledger:
       +   - fix enumerating devices with new bitcoin app (1.5.1) (b78cbcff)
       +   - fix compat with HW.1 (200f547a)
       + * A few other minor bugfixes.
       +
        # Release 4.0.4 - (Oct 15, 2020)
         * PSBT: fix regression in 4.0.3 where UTXO data was not included in
           QR codes (#6600)
   DIR diff --git a/electrum/version.py b/electrum/version.py
       t@@ -1,5 +1,5 @@
       -ELECTRUM_VERSION = '4.0.4'     # version of the client package
       -APK_VERSION = '4.0.4.0'        # read by buildozer.spec
       +ELECTRUM_VERSION = '4.0.5'     # version of the client package
       +APK_VERSION = '4.0.5.0'        # read by buildozer.spec
        
        PROTOCOL_VERSION = '1.4'     # protocol version requested