We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a5ce7 commit f470f83Copy full SHA for f470f83
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
###
9
10
+## [0.7.1] - 2026-01-21
11
+###
12
+ - Fixed pypi upload issue
13
+
14
## [0.7] - 2025-11-28
15
16
- Drop support for python 3.8 and 3.9 and add support for 3.13 and 3.14
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pytest-sphinx"
3
-version = "0.7.0"
+version = "0.7.1"
4
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
5
readme = "README.rst"
6
requires-python = ">=3.10"
0 commit comments