Skip to content

Commit a173552

Browse files
authored
Version 1.0.7 (#977)
1 parent 13e281d commit a173552

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ 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.7 (November 15th, 2024)
88

9-
- Support `proxy=…` configuration on `ConnectionPool()`.
9+
- Support `proxy=…` configuration on `ConnectionPool()`. (#974)
1010

1111
## Version 1.0.6 (October 1st, 2024)
1212

httpcore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def __init__(self, *args, **kwargs): # type: ignore
131131
"WriteError",
132132
]
133133

134-
__version__ = "1.0.6"
134+
__version__ = "1.0.7"
135135

136136

137137
__locals = locals()

0 commit comments

Comments
 (0)