Skip to content

Commit

Permalink
Release 1.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Oct 22, 2024
1 parent 9a8c80f commit 94b83cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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.1.0/).

## Unreleased

## [1.6](https://pypi.org/project/pytest-parametrized/1.6/) - 2024-10-21
### Changed
* Python >=3.9 required
* `pytest.param` supported
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytest-parametrized"
version = "1.5"
version = "1.6"
description = "Pytest decorator for parametrizing tests with default iterables."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 94b83cc

Please sign in to comment.