Skip to content

Commit b07d4e8

Browse files
Version 0.25.1 (#2923)
1 parent 280a89a commit b07d4e8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9-
### Added
9+
### 0.25.1 (3rd November, 2023)
1010

1111
* Add support for Python 3.12. (#2854)
1212
* Add support for httpcore 1.0 (#2885)
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1515

1616
* Raise `ValueError` on `Response.encoding` being set after `Response.text` has been accessed. (#2852)
1717

18-
## 0.25.0 (11th Sep, 2023)
18+
## 0.25.0 (11th September, 2023)
1919

2020
### Removed
2121

@@ -63,13 +63,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6363

6464
* The `rfc3986` dependancy has been removed. (#2252)
6565

66-
## 0.23.3 (4th Jan, 2023)
66+
## 0.23.3 (4th January, 2023)
6767

6868
### Fixed
6969

7070
* 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)
7171

72-
## 0.23.2 (2nd Jan, 2023)
72+
## 0.23.2 (2nd January, 2023)
7373

7474
### Added
7575

@@ -81,7 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8181
* Raise `TypeError` if content is passed a dict-instance. (#2495)
8282
* Partially revert the API breaking change in 0.23.1, which removed `RawURL`. We continue to expose a `url.raw` property which is now a plain named-tuple. This API is still expected to be deprecated, but we will do so with a major version bump. (#2481)
8383

84-
## 0.23.1 (18th Nov, 2022)
84+
## 0.23.1 (18th November, 2022)
8585

8686
**Note**: The 0.23.1 release should have used a proper version bump, rather than a minor point release.
8787
There are API surface area changes that may affect some users.

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.25.0"
3+
__version__ = "0.25.1"

0 commit comments

Comments
 (0)