Skip to content

Commit

Permalink
Release 0.6.1 which includes a fix of #58
Browse files Browse the repository at this point in the history
v0.6.0 accidentally didn't include the fix of #58.
Let's make a new release containing the fix.
  • Loading branch information
twmr committed Apr 1, 2024
1 parent 2d995d2 commit a14bca3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
###

## [0.6.0] - 2024-02-03
## [0.6.1] - 2024-04-01
###
- Require pytest >= 8.0 #59

## [0.6.0] - 2024-02-03
###
- Drop support for python 3.7 #59

## [0.5.0] - 2022-09-06
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.0"
version = "0.6.1"
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 a14bca3

Please sign in to comment.