Skip to content

Commit

Permalink
Merge branch 'master' into add-logs-for-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan authored Sep 30, 2024
2 parents 20c759e + 2f6e049 commit 2be3f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## development
## 0.0.32 (27th Sep, 2024)

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

Expand Down
2 changes: 1 addition & 1 deletion hishel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover
httpx.Client = CacheClient # type: ignore


__version__ = "0.0.31"
__version__ = "0.0.32"

0 comments on commit 2be3f3f

Please sign in to comment.