Skip to content

Commit 0d2c93c

Browse files
Version 1.0.2 (#847)
* Version 1.0.2 * Update CHANGELOG.md --------- Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent 8c03a6a commit 0d2c93c

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.2 (November 10th, 2023)
88

99
- Fix `float("inf")` timeouts in `Event.wait` function. (#846)
1010

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.1"
133+
__version__ = "1.0.2"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)