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 92323f5 commit a1224d4Copy full SHA for a1224d4
CHANGES.rst
@@ -1,7 +1,7 @@
1
Version 0.8.0
2
-------------
3
4
-Unreleased
+Released 2022-06-13
5
6
- Remove deprecated ``RedisCache.load_object`` and ``RedisCache.dump_object``. :pr:`147`
7
src/cachelib/__init__.py
@@ -15,4 +15,4 @@
15
"RedisCache",
16
"UWSGICache",
17
]
18
-__version__ = "0.7.0"
+__version__ = "0.8.0"
0 commit comments