diff --git a/CHANGELOG b/CHANGELOG index 5338efd..bcd73df 100644 --- 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 index 079f6cb..47f879b 100644 --- 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