We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a73431 commit 772805eCopy full SHA for 772805e
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## Master
+## 0.13.7 (September 13th, 2021)
8
9
- Fix broken error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull #403)
10
httpcore/__init__.py
@@ -51,7 +51,7 @@
51
"WriteError",
52
"WriteTimeout",
53
]
54
-__version__ = "0.13.6"
+__version__ = "0.13.7"
55
56
__locals = locals()
57
0 commit comments