Skip to content

Commit 4ee1ca2

Browse files
Version 1.0.6 (#957)
1 parent 0804ea6 commit 4ee1ca2

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+
## Version 1.0.6 (October 1st, 2024)
88

99
- Relax `trio` dependency pinning. (#956)
1010
- Handle `trio` raising `NotImplementedError` on unsupported platforms. (#955)

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.5"
133+
__version__ = "1.0.6"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)