diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfeeaa..5213828 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index c4bae37..36bc5d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"