Skip to content

Commit 4888568

Browse files
authored
release 0.10.0 (#213)
1 parent e5077c7 commit 4888568

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
@@ -1,7 +1,7 @@
11
Version 0.10.0
22
--------------
33

4-
Unreleased
4+
Released 2023-01-09
55

66
- Improve error message when ``FileSystemCache`` methods are called with non-str keys. :pr:`170`
77
- 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.9.0"
20+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)