Skip to content

Commit

Permalink
Version 0.13.0.dev1 (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz committed May 6, 2020
1 parent 4af3dd7 commit 560b119
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.13.0.dev1 (May 6th, 2020)

The 0.13.0.dev1 is a *pre-release* version. To install it, use `pip install httpx --pre`.

### Fixed

- Passing `http2` flag to proxy dispatchers. (Pull #934)
- Use [`httpcore` v0.8.3](https://github.com/encode/httpcore/releases/tag/0.8.3)
which addresses problems in handling of headers when using proxies.

## 0.13.0.dev0 (April 30th, 2020)

The 0.13.0.dev0 is a *pre-release* version. To install it, use `pip install httpx --pre`.
Expand Down
2 changes: 1 addition & 1 deletion httpx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.13.dev0"
__version__ = "0.13.0.dev1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_packages(package):
"chardet==3.*",
"idna==2.*",
"rfc3986>=1.3,<2",
"httpcore>=0.8.1",
"httpcore>=0.8.3",
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 560b119

Please sign in to comment.