diff --git a/CHANGELOG.md b/CHANGELOG.md index 6277113..dfa44a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### -## [0.6.0] - 2024-02-03 +## [0.6.1] - 2024-04-01 ### - Require pytest >= 8.0 #59 + +## [0.6.0] - 2024-02-03 +### - Drop support for python 3.7 #59 ## [0.5.0] - 2022-09-06 diff --git a/pyproject.toml b/pyproject.toml index 2e2d9cf..908378a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-sphinx" -version = "0.6.0" +version = "0.6.1" description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives" readme = "README.rst" requires-python = ">=3.8"