commit d472bd4f7c22bce67cc00ff17c1b3a183ed4eddd
parent 465d692956bf76e18f8f612140d4c80780942b33
Author: lash <dev@holbrook.no>
Date: Thu, 5 May 2022 15:41:30 +0000
Upgrade deps, handle filestore list exception in shep
Diffstat:
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,3 +1,5 @@
+- 0.2.11
+ * Upgrade shep to handle exception in filestore list
- 0.2.10
* Upgrade shep to guarantee state lock atomicity
- 0.2.9
diff --git a/requirements.txt b/requirements.txt
@@ -1,6 +1,6 @@
chainlib~=0.1.2
-chainqueue~=0.1.13
-chainsyncer~=0.4.5
+chainqueue~=0.1.14
+chainsyncer~=0.4.6
confini~=0.6.0
funga~=0.5.2
pyxdg~=0.26
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = chaind
-version = 0.2.10
+version = 0.2.11
description = Base package for chain queue service
author = Louis Holbrook
author_email = dev@holbrook.no