From 789ab92af45d8ef7b37483146c2af3ea59097be9 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 14 Jul 2018 23:41:37 +0800 Subject: [PATCH] Prepare 1.5.2 --- changelog.rst | 8 ++++++++ conf.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 6feb6de..d11c83f 100644 --- a/changelog.rst +++ b/changelog.rst @@ -7,6 +7,13 @@ and memory consumption whilst serving clients. Those problems should not occur with Python 3.7. +Version 1.5.2 +============= + +* package renamed from elctrumX-kyuupichan to electrumX +* split merkle logic out into lib/merkle.py +* fix `#523`_ for daemons based on older releases of core + Version 1.5.1 ============= @@ -154,3 +161,4 @@ bitcoincash:qzxpdlt8ehu9ehftw6rqsy2jgfq4nsltxvhrdmdfpn .. _#502: https://github.com/kyuupichan/electrumx/issues/50 .. _#506: https://github.com/kyuupichan/electrumx/issues/506 .. _#519: https://github.com/kyuupichan/electrumx/issues/519 +.. _#523: https://github.com/kyuupichan/electrumx/issues/523 diff --git a/conf.py b/conf.py index d4ec02f..38d9cb4 100644 --- a/conf.py +++ b/conf.py @@ -15,7 +15,7 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) -VERSION="1.5.1" +VERSION="1.5.2" # -- Project information -----------------------------------------------------