From 89f056ca953ad0726f36d3c621fe0049bcdac506 Mon Sep 17 00:00:00 2001 From: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:09:44 +0400 Subject: [PATCH] Version 0.0.28 (#243) Co-authored-by: Karen Petrosyan --- CHANGELOG.md | 2 +- hishel/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eb95f..e629913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## development +## 0.0.28 (23th June, 2024) - Add `revalidated` response extension. (#242) diff --git a/hishel/__init__.py b/hishel/__init__.py index bff715b..439ada9 100644 --- a/hishel/__init__.py +++ b/hishel/__init__.py @@ -14,4 +14,4 @@ def install_cache() -> None: # pragma: no cover httpx.Client = CacheClient # type: ignore -__version__ = "0.0.27" +__version__ = "0.0.28"