We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542702 commit 4ff6550Copy full SHA for 4ff6550
CHANGES.rst
@@ -9,7 +9,7 @@ Unreleased
9
Version 0.10.0
10
--------------
11
12
-Released 2023-01-09
+Released 2023-01-22
13
14
- Improve error message when ``FileSystemCache`` methods are called with non-str keys. :pr:`170`
15
- Added ``DynamoDb`` as a cache backend :pr:`209`
src/cachelib/__init__.py
@@ -17,4 +17,4 @@
17
"UWSGICache",
18
"DynamoDbCache",
19
]
20
-__version__ = "0.10.0"
+__version__ = "0.10.1"
0 commit comments