Skip to content

Commit 08a557e

Browse files
authored
Version 0.23.3 (#2540)
1 parent bddd774 commit 08a557e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## 0.23.3 (4th Jan, 2023)
8+
9+
### Fixed
10+
11+
* Version 0.23.2 accidentally included stricter type checking on query parameters. This shouldn've have been included in a minor version bump, and is now reverted. (#2523, #2539)
12+
713
## 0.23.2 (2nd Jan, 2023)
814

915
### Added

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.23.2"
3+
__version__ = "0.23.3"

0 commit comments

Comments
 (0)