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 cce89bc commit 51c447aCopy full SHA for 51c447a
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 0.7.0
2
-------------
3
4
-Unreleased
+Released 2022-05-14
5
6
- ``FileSystemCache`` now stores universal expiration timestamps using python's ``struct`` module.
7
- Drop support for Python 3.6
src/cachelib/__init__.py
@@ -15,4 +15,4 @@
15
"RedisCache",
16
"UWSGICache",
17
]
18
-__version__ = "0.6.0"
+__version__ = "0.7.0"
0 commit comments