]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Release 0.7.0 (#228) 0.7.0
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Sat, 17 Aug 2019 20:11:30 +0000 (15:11 -0500)
committerGitHub <noreply@github.com>
Sat, 17 Aug 2019 20:11:30 +0000 (15:11 -0500)
CHANGELOG.md
httpx/__version__.py

index 84a836869395a1e43b3e6ff4e8a6956ee00db1c5..7b78d6728e2297ab8de58032ad1831465c9e0d57 100644 (file)
@@ -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)
index b2e30d938c178a4c1c815dd07fe365ccd0307ae0..0b359bda4fe5b6501b76de7297d7260f93fda99e 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.6.8"
+__version__ = "0.7.0"