Skip to content

Commit

Permalink
Version 0.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
Karen Petrosyan committed Jun 23, 2024
1 parent f824747 commit 1bf765b
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.28 (23th June, 2024)

- Add `revalidated` response extension. (#242)

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.27"
__version__ = "0.0.28"

0 comments on commit 1bf765b

Please sign in to comment.