Skip to content

Commit

Permalink
Version 0.25.2 (#2957)
Browse files Browse the repository at this point in the history
* Version 0.25.2

* Update CHANGELOG.md
  • Loading branch information
karpetrosyan committed Nov 24, 2023
1 parent 87f39f1 commit cc206cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
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.25.2 (24th November, 2023)

### Added

Expand Down
2 changes: 1 addition & 1 deletion httpx/__version__.py
@@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.25.1"
__version__ = "0.25.2"

0 comments on commit cc206cf

Please sign in to comment.