We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f67394 commit 8d27424Copy full SHA for 8d27424
CHANGELOG.md
@@ -4,6 +4,13 @@ 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
+## 0.11.1 (September 28nd, 2020)
8
+
9
+### Fixed
10
11
+- Add await to async semaphore release() coroutine (#197)
12
+- Drop incorrect curio classifier (#192)
13
14
## 0.11.0 (September 22nd, 2020)
15
16
The Transport API with 0.11.0 has a couple of significant changes.
httpcore/__init__.py
@@ -51,7 +51,7 @@
51
"WriteError",
52
"WriteTimeout",
53
]
54
-__version__ = "0.11.0"
+__version__ = "0.11.1"
55
56
__locals = locals()
57
0 commit comments