From: Tom Christie Date: Thu, 19 Mar 2020 20:55:13 +0000 (+0000) Subject: Version 0.12.1 (#868) X-Git-Tag: 0.12.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23486b5438c8c142c430aba702d61144ec2e901b;p=thirdparty%2Fhttpx.git Version 0.12.1 (#868) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 158577a1..748ac94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.12.1 (March 19th, 2020) + +### Fixed + +* Resolved packaging issue, where additional files were being included. + ## 0.12.0 (March 9th, 2020) The 0.12 release tightens up the API expectations for `httpx` by switching to private module names to enforce better clarity around public API. diff --git a/httpx/__version__.py b/httpx/__version__.py index 3b4d4b90..c2a43f68 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.12.0" +__version__ = "0.12.1"