Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Sep 6, 2022
1 parent e22846f commit 3b93f68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
###

## [0.5.0] - 2022-09-06
###
- Mention in the README that the doctest directive is supported.
- internal: Improve CI setup, from [Tony
Narlock](https://www.git-pull.com).
- internal: Switch to a src/ structure, from [Tony
Narlock](https://www.git-pull.com).
- internal: Switch from setup.py to a PEP-621 pyproject.toml, from
[Tony Narlock](https://www.git-pull.com).

## [0.4.0] - 2022-03-30
###
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.4.0"
version = "0.5.0"
description = "Doctest plugin for pytest with support for Sphinx-specific doctest-directives"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down

0 comments on commit 3b93f68

Please sign in to comment.