commit 412018fc64706b72c1b76402358f4306f41ea46b
parent 95663621bc2158ba50726b41493620d387cb28d6
Author: lash <dev@holbrook.no>
Date: Thu, 5 May 2022 17:05:39 +0000
Upgrade shep to avoid sync in persist set
Diffstat:
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+* 0.4.7
+ - Upgrade shep to avoid sync in persist set
* 0.4.6
- Upgrade shep to handle filesystem list exception
* 0.4.5
diff --git a/requirements.txt b/requirements.txt
@@ -2,4 +2,4 @@ confini~=0.6.0
semver==2.13.0
hexathon~=0.1.6
chainlib~=0.1.2
-shep~=0.2.7
+shep~=0.2.8
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = chainsyncer
-version = 0.4.6
+version = 0.4.7
description = Generic blockchain syncer driver
author = Louis Holbrook
author_email = dev@holbrook.no