Skip to content

Commit

Permalink
Version 0.14 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Nov 11, 2021
1 parent f9b9391 commit 22b980f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.14.0
## 0.14.0 (November 11th, 2021)

The 0.14 release is a complete reworking of `httpcore`, comprehensively addressing some underlying issues in the connection pooling, as well as substantially redesigning the API to be more user friendly.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Some things HTTP Core does do:
For HTTP/1.1 only support, install with...

```shell
$ pip install git+https://github.com/encode/httpcore
$ pip install httpcore
```

For HTTP/1.1 and HTTP/2 support, install with...

```shell
$ pip install git+https://github.com/encode/httpcore[http2]
$ pip install httpcore[http2]
```

# Sending requests
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Some things HTTP Core does do:
For HTTP/1.1 only support, install with...

```shell
$ pip install git+https://github.com/encode/httpcore
$ pip install httpcore
```

For HTTP/1.1 and HTTP/2 support, install with...

```shell
$ pip install git+https://github.com/encode/httpcore[http2]
$ pip install httpcore[http2]
```

## Example
Expand Down

0 comments on commit 22b980f

Please sign in to comment.