From 76ece5257a84962e2a3839eb9ae0517eb9a234cd Mon Sep 17 00:00:00 2001 From: Johannes Date: Fri, 18 Mar 2022 21:53:11 +0000 Subject: [PATCH] Version 0.1a2 --- CHANGELOG.md | 4 ++++ httpx_caching/__version__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93c1289..d9ad618 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.1a2 (18th February, 2022) + +Replace print statements with logging. + ## 0.1a1 (18th February, 2022) First PyPI release. diff --git a/httpx_caching/__version__.py b/httpx_caching/__version__.py index d9f9c59..92b8996 100644 --- a/httpx_caching/__version__.py +++ b/httpx_caching/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx-caching" __description__ = "Caching for HTTPX." -__version__ = "0.1a1" +__version__ = "0.1a2"