commit fe00eaf3c8d2dc12e3881f746fb1a6a8399262fc
parent 71c7aa5c5c8f519f9d3f356cc3ddf87ecff4caec
Author: lash <dev@holbrook.no>
Date: Tue, 26 Apr 2022 07:53:16 +0000
Bump version
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,5 @@
- 0.2.3
- * Add memstore
+ * Add noop-store, for convenience for code using persist constructor but will only use memory state
- 0.2.2
* Fix composite state factory load regex
- 0.2.1
diff --git a/setup.cfg b/setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = shep
-version = 0.2.2
+version = 0.2.3
description = Multi-state key stores using bit masks
author = Louis Holbrook
author_email = dev@holbrook.no