From: Kar Petrosyan <92274156+karpetrosyan@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:33:18 +0000 (+0400) Subject: Version 0.25.2 (#2957) X-Git-Tag: 0.25.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc206cf2dad42600479962ac1daaa44675cfaf56;p=thirdparty%2Fhttpx.git Version 0.25.2 (#2957) * Version 0.25.2 * Update CHANGELOG.md --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b370ca5..02ccc86a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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/). -## Unreleased +## 0.25.2 (24th November, 2023) ### Added diff --git a/httpx/__version__.py b/httpx/__version__.py index 9f92ef99..c6bc0ac0 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.25.1" +__version__ = "0.25.2"