Skip to content

Commit

Permalink
Version 0.13.7 (#404)
Browse files Browse the repository at this point in the history
* Version 0.13.7

* Version 0.13.7
  • Loading branch information
tomchristie authored Sep 13, 2021
1 parent 6a73431 commit 772805e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/).

## Master
## 0.13.7 (September 13th, 2021)

- Fix broken error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #403)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"WriteError",
"WriteTimeout",
]
__version__ = "0.13.6"
__version__ = "0.13.7"

__locals = locals()

Expand Down

0 comments on commit 772805e

Please sign in to comment.