From 8165a715253dfc47a149d62eab82e96a28720bd7 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 23 Aug 2023 20:55:45 +0100 Subject: [PATCH] Version 0.1a3 --- CHANGELOG.md | 4 ++++ httpx_caching/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ad618..1d1aa08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## 0.1a3 (23rd August, 2023) + +Bump httpx version to 0.23. + ## 0.1a2 (18th February, 2022) Replace print statements with logging. diff --git a/httpx_caching/__version__.py b/httpx_caching/__version__.py index 92b8996..0688e06 100644 --- a/httpx_caching/__version__.py +++ b/httpx_caching/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx-caching" __description__ = "Caching for HTTPX." -__version__ = "0.1a2" +__version__ = "0.1a3"