Skip to content

Commit

Permalink
release 0.10.0 (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
northernSage committed Jan 10, 2023
1 parent e5077c7 commit 4888568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Version 0.10.0
--------------

Unreleased
Released 2023-01-09

- Improve error message when ``FileSystemCache`` methods are called with non-str keys. :pr:`170`
- Added ``DynamoDb`` as a cache backend :pr:`209`
Expand Down
2 changes: 1 addition & 1 deletion src/cachelib/__init__.py
Expand Up @@ -17,4 +17,4 @@
"UWSGICache",
"DynamoDbCache",
]
__version__ = "0.9.0"
__version__ = "0.10.0"

0 comments on commit 4888568

Please sign in to comment.