Skip to content

Commit 8d27424

Browse files
authored
Version 0.11.1 (#198)
1 parent 1f67394 commit 8d27424

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 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+
714
## 0.11.0 (September 22nd, 2020)
815

916
The Transport API with 0.11.0 has a couple of significant changes.

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.11.0"
54+
__version__ = "0.11.1"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)