We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed2a1e commit 070ed19Copy full SHA for 070ed19
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Development
+## 0.0.33 (4th Oct, 2024)
4
5
- Added a [Logging](https://hishel.com/advanced/logging/) section to the documentation.
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.32"
+__version__ = "0.0.33"
0 commit comments