Merge branch 'release-0.4' into develop

This commit is contained in:
Neil Booth 2016-11-12 21:53:53 +09:00
commit 64b184b5e6
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
version 0.4
-----------
- IRC connectivity. See the notes.
- IRC connectivity. See the notes for environment variables, etc.
- logging improvements
Version 0.3.2, 0.3.3

View File

@ -43,7 +43,7 @@ class BlockServer(BlockProcessor):
self.irc = IRC(env)
async def caught_up(self, mempool_hashes):
await super().caught_up([]) #mempool_hashes)
await super().caught_up(mempool_hashes)
if not self.servers:
await self.start_servers()
if self.env.irc:

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.3.3"
VERSION = "ElectrumX 0.4"