Skip to content

Commit

Permalink
Version 1.0.7 (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie authored Nov 15, 2024
1 parent 13e281d commit a173552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## Version 1.0.7 (November 15th, 2024)

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

## Version 1.0.6 (October 1st, 2024)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(self, *args, **kwargs): # type: ignore
"WriteError",
]

__version__ = "1.0.6"
__version__ = "1.0.7"


__locals = locals()
Expand Down

0 comments on commit a173552

Please sign in to comment.