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 6ae8e0e commit 828034bCopy full SHA for 828034b
CHANGES.rst
@@ -1,12 +1,12 @@
1
Version 0.6.0
2
-------------
3
4
-Unreleased
+Released 2022-01-18
5
6
- A custom ``hash_method`` may now be provided to ``FileSystemCache`` for
7
hashing keys. :pr:`107`
8
9
-- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:111
+- Fix ``PermissionError`` issue with ``FileSystemCache`` on Windows. :pr:`111`
10
11
12
Version 0.5.0
src/cachelib/__init__.py
@@ -15,4 +15,4 @@
15
"RedisCache",
16
"UWSGICache",
17
]
18
-__version__ = "0.5.0"
+__version__ = "0.6.0"
0 commit comments