Skip to content

Commit

Permalink
Version 1.0.1 (#842)
Browse files Browse the repository at this point in the history
* Version 1.0.1

* Update CHANGELOG.md
  • Loading branch information
tomchristie authored Nov 3, 2023
1 parent 08b3eee commit 9c818e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## 1.0.1 (November 3rd, 2023)

- Fix pool timeout to account for the total time spent retrying. (#823)
- Raise a neater RuntimeError when the correct async deps are not installed. (#826)
Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore
"WriteError",
]

__version__ = "1.0.0"
__version__ = "1.0.1"


__locals = locals()
Expand Down

0 comments on commit 9c818e9

Please sign in to comment.