Skip to content

Commit

Permalink
Version 0.0.28 (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: Karen Petrosyan <k.petrosyan@actum.cx>
  • Loading branch information
karpetrosyan and Karen Petrosyan authored Jun 23, 2024
1 parent f824747 commit 89f056c
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 89f056c

Please sign in to comment.