Skip to content

Commit 7574016

Browse files
committed
Release 0.6.1 which includes a fix of #58
v0.6.0 accidentally didn't include the fix of #58. Let's make a new release containing the fix.
1 parent 2d995d2 commit 7574016

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
###
99

10-
## [0.6.0] - 2024-02-03
10+
## [0.6.1] - 2024-04-01
1111
###
1212
- Require pytest >= 8.0 #59
13+
14+
## [0.6.0] - 2024-02-03
15+
###
1316
- Drop support for python 3.7 #59
1417

1518
## [0.5.0] - 2022-09-06

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pytest-sphinx"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
55
readme = "README.rst"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)