Skip to content

Commit 1bf1ba5

Browse files
authored
Version 0.27.1 (#3275)
1 parent 7c0cda1 commit 1bf1ba5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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+
## 0.27.1 (22st August, 2024)
88

99
## Added
1010

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.27.0"
3+
__version__ = "0.27.1"

0 commit comments

Comments
 (0)