Skip to content

Commit 1851ac3

Browse files
Version 1.0.5 (#904)
* Version 1.0.5 * include more changes --------- Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent 4565838 commit 1851ac3

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.5 (March 27th, 2024)
88

99
- Handle `EndOfStream` exception for anyio backend. (#899)
1010
- Allow trio `0.25.*` series in package dependancies. (#903)

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.4"
133+
__version__ = "1.0.5"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)