Skip to content

Commit bffa442

Browse files
committed
Release version 0.11.0 today
1 parent 59b4809 commit bffa442

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.11.0] - 2021-03-01
810
### Changed
911
- Requires [`httpx`](https://www.python-httpx.org)==0.17.\*
1012

@@ -125,7 +127,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
125127
### Added
126128
- First release, should be considered as unstable for now as design might change.
127129

128-
[Unreleased]: https://github.com/Colin-b/pytest_httpx/compare/v0.10.1...HEAD
130+
[Unreleased]: https://github.com/Colin-b/pytest_httpx/compare/v0.11.0...HEAD
131+
[0.11.0]: https://github.com/Colin-b/pytest_httpx/compare/v0.10.1...v0.11.0
129132
[0.10.1]: https://github.com/Colin-b/pytest_httpx/compare/v0.10.0...v0.10.1
130133
[0.10.0]: https://github.com/Colin-b/pytest_httpx/compare/v0.9.0...v0.10.0
131134
[0.9.0]: https://github.com/Colin-b/pytest_httpx/compare/v0.8.0...v0.9.0

pytest_httpx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# Major should be incremented in case there is a breaking change. (eg: 2.5.8 -> 3.0.0)
44
# Minor should be incremented in case there is an enhancement. (eg: 2.5.8 -> 2.6.0)
55
# Patch should be incremented in case there is a bug fix. (eg: 2.5.8 -> 2.5.9)
6-
__version__ = "0.10.1"
6+
__version__ = "0.11.0"

0 commit comments

Comments
 (0)