From 412018fc64706b72c1b76402358f4306f41ea46b Mon Sep 17 00:00:00 2001 From: lash Date: Thu, 5 May 2022 17:05:39 +0000 Subject: [PATCH] Upgrade shep to avoid sync in persist set --- CHANGELOG | 2 ++ requirements.txt | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ed7afe5..ab35b83 100644 --- 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 index e22d312..fbc1ae7 100644 --- 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 index a37ddae..871966a 100644 --- 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