Skip to content

Commit 772805e

Browse files
Version 0.13.7 (#404)
* Version 0.13.7 * Version 0.13.7
1 parent 6a73431 commit 772805e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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-
## Master
7+
## 0.13.7 (September 13th, 2021)
88

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

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"WriteError",
5252
"WriteTimeout",
5353
]
54-
__version__ = "0.13.6"
54+
__version__ = "0.13.7"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)