]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.12.1 (#868) 0.12.1
authorTom Christie <tom@tomchristie.com>
Thu, 19 Mar 2020 20:55:13 +0000 (20:55 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2020 20:55:13 +0000 (20:55 +0000)
CHANGELOG.md
httpx/__version__.py

index 158577a1988d6b34249507f02e6fee3b19b92177..748ac94a1414c250f0bf9d8b3667d4b0ac993c52 100644 (file)
@@ -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.
index 3b4d4b906d0bb3a83a7bee90504e6773086ac565..c2a43f6816e05b71799da7a7b3152f0ae52c3958 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.12.0"
+__version__ = "0.12.1"