Skip to content

Commit 2f6e049

Browse files
authored
Version 0.0.32 (#276)
1 parent dd5df42 commit 2f6e049

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## development
3+
## 0.0.32 (27th Sep, 2024)
44

55
- Don't raise an exception if the `Date` header is not present. (#273)
66

hishel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
1414
httpx.Client = CacheClient # type: ignore
1515

1616

17-
__version__ = "0.0.31"
17+
__version__ = "0.0.32"

0 commit comments

Comments
 (0)