Skip to content

Commit

Permalink
Version 0.16.1 (#608)
Browse files Browse the repository at this point in the history
* Version 0.16.1

* Add dates to releases
  • Loading branch information
tomchristie committed Nov 17, 2022
1 parent c03eea0 commit 5d2eed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,11 @@ 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.16.0
## 0.16.1 (November 17th, 2022)

- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)

## 0.16.0 (October 11th, 2022)

- Support HTTP/1.1 informational responses. (#581)
- Fix async cancellation behaviour. (#580)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.16.0"
__version__ = "0.16.1"


__locals = locals()
Expand Down

0 comments on commit 5d2eed0

Please sign in to comment.