diff --git a/README.rst b/README.rst
index be195053e094adfd1a110ea142c103883ac2f748..20d8d05f3e35d3c550dfd49e73e8470e6943d834 100644
--- a/README.rst
+++ b/README.rst
@@ -156,6 +156,16 @@ before transmitting the packed file. Please check the hash-sum after downloading
 
 Changelog
 =========
+0.19.55
+-------
+* Issue #72 fixed by crokkon
+* Improved Docu by jrswab
+* Add get_vote_pct_for_SBD, sbd_to_vote_pct and sbd_to_rshares by flugschwein
+* beembase/objects: fix serialization of appbase trx by crokkon
+* Fix many documentation errors (based on error messages when building) by flugschwein
+* Appbase detection fixed
+* Unit tests fixed
+
 0.19.54
 -------
 * Issue #69 fixed
diff --git a/beemapi/rpcutils.py b/beemapi/rpcutils.py
index 33298e5e53e864fb7070ba347c9e432da1afc85f..a104b12b70ba7059c8c46fd243a25949e8ec64ac 100644
--- a/beemapi/rpcutils.py
+++ b/beemapi/rpcutils.py
@@ -16,7 +16,6 @@ log = logging.getLogger(__name__)
 
 def is_network_appbase_ready(props):
     """Checks if the network is appbase ready"""
-    network_version = '0.0.0'
     if "STEEMIT_BLOCKCHAIN_VERSION" in props:
         return False
     elif "STEEM_BLOCKCHAIN_VERSION" in props: