Skip to content

Commit 22b980f

Browse files
Version 0.14 (#422)
1 parent f9b9391 commit 22b980f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## 0.14.0
7+
## 0.14.0 (November 11th, 2021)
88

99
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.
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Some things HTTP Core does do:
2828
For HTTP/1.1 only support, install with...
2929

3030
```shell
31-
$ pip install git+https://github.com/encode/httpcore
31+
$ pip install httpcore
3232
```
3333

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

3636
```shell
37-
$ pip install git+https://github.com/encode/httpcore[http2]
37+
$ pip install httpcore[http2]
3838
```
3939

4040
# Sending requests

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Some things HTTP Core does do:
2828
For HTTP/1.1 only support, install with...
2929

3030
```shell
31-
$ pip install git+https://github.com/encode/httpcore
31+
$ pip install httpcore
3232
```
3333

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

3636
```shell
37-
$ pip install git+https://github.com/encode/httpcore[http2]
37+
$ pip install httpcore[http2]
3838
```
3939

4040
## Example

0 commit comments

Comments
 (0)