Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Apr 13, 2024
1 parent 5a19dfe commit 94f2393
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 94f2393

Please sign in to comment.