From: Seth Michael Larson Date: Sat, 17 Aug 2019 20:11:30 +0000 (-0500) Subject: Release 0.7.0 (#228) X-Git-Tag: 0.7.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35dbce543974f2814e4f6a106079265bf34a38c;p=thirdparty%2Fhttpx.git Release 0.7.0 (#228) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a83686..7b78d672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## dev (master) +## 0.7.0 (August 17, 2019) - Add the `trust_env` property to `BaseClient`. (Pull #187) - Add the `links` property to `BaseResponse`. (Pull #211) diff --git a/httpx/__version__.py b/httpx/__version__.py index b2e30d93..0b359bda 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.6.8" +__version__ = "0.7.0"