From 94f23939db0e0e3db9f2dc72367235a4538d1cf8 Mon Sep 17 00:00:00 2001 From: Thomas Wimmer Date: Sat, 13 Apr 2024 21:05:46 +0200 Subject: [PATCH] Release 0.6.3 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81b078..8621d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] ### +## [0.6.3] - 2024-04-13 +### + - Forgot to bump minimum required pytest version in pytest-sphinx 0.6.2 #64 + ## [0.6.2] - 2024-04-01 ### - Adapt to incompatible `import_path` API change in pytest 8.1.1. Pytest 8.1.1 is diff --git a/pyproject.toml b/pyproject.toml index 7499036..7a65169 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pytest-sphinx" -version = "0.6.2" +version = "0.6.3" description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives" readme = "README.rst" requires-python = ">=3.8"