From 21d1825f09c1bb55d414681663b4d3e277d26ac4 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 9 Dec 2016 07:41:24 +0900 Subject: [PATCH] Prepare 0.8.7 --- RELEASE-NOTES | 7 +++++++ server/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4ea4c53..fceca12 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,10 @@ +version 0.8.7 +------------- + +- update systemd config (bauerj) +- temporary fix for initial sync times +- continued JSON code refactoring + version 0.8.6 ------------- diff --git a/server/version.py b/server/version.py index e50ac0a..5cd0726 100644 --- a/server/version.py +++ b/server/version.py @@ -1 +1 @@ -VERSION = "ElectrumX 0.8.6" +VERSION = "ElectrumX 0.8.7"