Skip to content

Commit 908013c

Browse files
authored
Version 1.0.3 (#883)
1 parent 7b04cda commit 908013c

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.3 (February 13th, 2024)
88

99
- Fix support for async cancellations. (#880)
1010
- Fix trace extension when used with socks proxy. (#849)

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.2"
133+
__version__ = "1.0.3"
134134

135135

136136
__locals = locals()

0 commit comments

Comments
 (0)