Release 0.7.1 (#234)
This commit is contained in:
parent
b46d9ea2b8
commit
caba78568e
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.7.1 (August 18, 2019)
|
||||
|
||||
- Include files with source distribution to be installable. (Pull #233)
|
||||
|
||||
## 0.7.0 (August 17, 2019)
|
||||
|
||||
- Add the `trust_env` property to `BaseClient`. (Pull #187)
|
||||
|
||||
3
MANIFEST.in
Normal file
3
MANIFEST.in
Normal file
@ -0,0 +1,3 @@
|
||||
include README.md
|
||||
include CHANGELOG.md
|
||||
include LICENSE.md
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.7.0"
|
||||
__version__ = "0.7.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user