Skip to content

Commit 1c8f738

Browse files
committed
Version 1.2.6 — Allow pytest versions <8.0, support pytest 7.0/7.1 officially
1 parent adcf448 commit 1c8f738

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9+
10+
11+
## [1.2.6] — 2022-05-15
912
## Changed
1013
- Add support for pytest versions 7.0 and 7.1
1114
- Relax pytest version pin to allow all versions under 8.x

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'pytest-lambda'
3-
version = "1.2.5"
3+
version = "1.2.6"
44
description = 'Define pytest fixtures with lambda functions.'
55
license = 'MIT'
66

0 commit comments

Comments
 (0)