We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3400536 commit e7be019Copy full SHA for e7be019
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.0.27 (31th May, 2024)
4
+
5
+- Fix `RedisStorage` when using without ttl. (#231)
6
7
## 0.0.26 (12th April, 2024)
8
9
- Expose `AsyncBaseStorage` and `BaseStorage`. (#220)
hishel/__init__.py
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
14
httpx.Client = CacheClient # type: ignore
15
16
17
-__version__ = "0.0.26"
+__version__ = "0.0.27"
0 commit comments