From 5af6add332593ab78487198ca08208b34c228024 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 15 Nov 2024 11:34:06 +0000 Subject: [PATCH 1/2] Version 0.28.0 --- CHANGELOG.md | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7ad03c086..1936ef0c38 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.28.0 (15th November, 2024) The 0.28 release includes a limited set of backwards incompatible changes. diff --git a/README.md b/README.md index d5d2148713..23992d9c24 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,7 @@

-HTTPX is a fully featured HTTP client library for Python 3. It includes **an integrated -command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync -and async APIs**. +HTTPX is a fully featured HTTP client library for Python 3. It includes **an integrated command line client**, has support for both **HTTP/1.1 and HTTP/2**, and provides both **sync and async APIs**. --- From 00b80df5675edbad8b8982f907b53471ab8f13b8 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 15 Nov 2024 11:39:08 +0000 Subject: [PATCH 2/2] Version 0.28.0 --- httpx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx/__version__.py b/httpx/__version__.py index 5eaaddbac9..0a684ac3a9 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.27.2" +__version__ = "0.28.0"