We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d995d2 commit 7574016Copy full SHA for 7574016
CHANGELOG.md
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
###
9
10
-## [0.6.0] - 2024-02-03
+## [0.6.1] - 2024-04-01
11
12
- Require pytest >= 8.0 #59
13
+
14
+## [0.6.0] - 2024-02-03
15
+###
16
- Drop support for python 3.7 #59
17
18
## [0.5.0] - 2022-09-06
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pytest-sphinx"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
5
readme = "README.rst"
6
requires-python = ">=3.8"
0 commit comments