We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5df42 commit 2f6e049Copy full SHA for 2f6e049
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## development
+## 0.0.32 (27th Sep, 2024)
4
5
- Don't raise an exception if the `Date` header is not present. (#273)
6
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.31"
+__version__ = "0.0.32"
0 commit comments