diff --git a/CHANGELOG.md b/CHANGELOG.md index ee0f81f9c3..fcedc66579 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.28.2 (...) + +* Update package classifiers. (#3460) + ## 0.28.1 (6th December, 2024) * Fix SSL case where `verify=False` together with client side certificates. diff --git a/httpx/__version__.py b/httpx/__version__.py index 801bfacf67..b269d5bf83 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.28.1" +__version__ = "0.28.2"