Skip to content

Commit

Permalink
Version 0.27.1 (#3275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeijen committed Aug 22, 2024
1 parent 7c0cda1 commit 1bf1ba5
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
## 0.27.1 (22st August, 2024)

## Added

Expand Down
2 changes: 1 addition & 1 deletion httpx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.27.0"
__version__ = "0.27.1"

2 comments on commit 1bf1ba5

@reneleonhardt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! 🚀
There are 33 commits since 0.27.0, can you tag and publish 0.27.1? We're all waiting for it @mbeijen 😄

@mbeijen
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not a maintainer, we’re waiting on @encode/maintainers as per @tomchristie comment afaik

Please sign in to comment.