Skip to content

Commit 4ff6550

Browse files
authored
release 0.10.1 (#218)
1 parent e542702 commit 4ff6550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Unreleased
99
Version 0.10.0
1010
--------------
1111

12-
Released 2023-01-09
12+
Released 2023-01-22
1313

1414
- Improve error message when ``FileSystemCache`` methods are called with non-str keys. :pr:`170`
1515
- Added ``DynamoDb`` as a cache backend :pr:`209`

src/cachelib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"UWSGICache",
1818
"DynamoDbCache",
1919
]
20-
__version__ = "0.10.0"
20+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)