Skip to content

Commit 9c818e9

Browse files
authored
Version 1.0.1 (#842)
* Version 1.0.1 * Update CHANGELOG.md
1 parent 08b3eee commit 9c818e9

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-
## Unreleased
7+
## 1.0.1 (November 3rd, 2023)
88

99
- Fix pool timeout to account for the total time spent retrying. (#823)
1010
- Raise a neater RuntimeError when the correct async deps are not installed. (#826)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore
130130
"WriteError",
131131
]
132132

133-
__version__ = "1.0.0"
133+
__version__ = "1.0.1"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)