Skip to content

Commit f470f83

Browse files
committed
Set version to 0.7.1
1 parent f5a5ce7 commit f470f83

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

10+
## [0.7.1] - 2026-01-21
11+
###
12+
- Fixed pypi upload issue
13+
1014
## [0.7] - 2025-11-28
1115
###
1216
- Drop support for python 3.8 and 3.9 and add support for 3.13 and 3.14

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.7.0"
3+
version = "0.7.1"
44
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
55
readme = "README.rst"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)