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 e5077c7 commit 4888568Copy full SHA for 4888568
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 0.10.0
2
--------------
3
4
-Unreleased
+Released 2023-01-09
5
6
- Improve error message when ``FileSystemCache`` methods are called with non-str keys. :pr:`170`
7
- Added ``DynamoDb`` as a cache backend :pr:`209`
src/cachelib/__init__.py
@@ -17,4 +17,4 @@
17
"UWSGICache",
18
"DynamoDbCache",
19
]
20
-__version__ = "0.9.0"
+__version__ = "0.10.0"
0 commit comments