URI: 
       tUpdate version and release notes for 0.2.1.1 - electrum-personal-server - Maximally lightweight electrum server for a single user
  HTML git clone https://git.parazyd.org/electrum-personal-server
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit cea0acc753a1d4da71b7322fc74844121d26e22f
   DIR parent f03a83db87a99a425ad36a95109f3dd0933840fd
  HTML Author: chris-belcher <chris-belcher@users.noreply.github.com>
       Date:   Tue,  9 Jun 2020 14:17:03 +0100
       
       Update version and release notes for 0.2.1.1
       
       Diffstat:
         M electrumpersonalserver/server/elec… |       2 +-
         M release-notes                       |       9 +++++++++
       
       2 files changed, 10 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/electrumpersonalserver/server/electrumprotocol.py b/electrumpersonalserver/server/electrumprotocol.py
       t@@ -22,7 +22,7 @@ from electrumpersonalserver.server.merkleproof import (
        #protocol documentation
        #https://github.com/kyuupichan/electrumx/blob/master/docs/protocol-methods.rst
        
       -SERVER_VERSION_NUMBER = "0.2.1"
       +SERVER_VERSION_NUMBER = "0.2.1.1"
        
        SERVER_PROTOCOL_VERSION_MAX = 1.4
        SERVER_PROTOCOL_VERSION_MIN = 1.1
   DIR diff --git a/release-notes b/release-notes
       t@@ -1,3 +1,12 @@
       +# Release v0.2.1.1 (9th June 2020)
       +
       +Bugfix release. Thanks to everyone who reported the bug and jmacxx who wrote
       +the pull request to fix it. And thanks to everyone who contributed in general
       +to electrum personal server.
       +
       +* Fixed bug where the server would crash in certain conditions. Instead the
       +  server should have caught the error and continued.
       +
        # Release v0.2.1 (4th June 2020)
        
        New release, thanks to contributions by DriftwoodPalace, m-schmoock and wiredcheetah