Skip to content

Commit 5d2eed0

Browse files
Version 0.16.1 (#608)
* Version 0.16.1 * Add dates to releases
1 parent c03eea0 commit 5d2eed0

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ 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.16.0
7+
## 0.16.1 (November 17th, 2022)
8+
9+
- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)
10+
11+
## 0.16.0 (October 11th, 2022)
812

913
- Support HTTP/1.1 informational responses. (#581)
1014
- Fix async cancellation behaviour. (#580)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"WriteError",
8383
]
8484

85-
__version__ = "0.16.0"
85+
__version__ = "0.16.1"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)