From e52357e1e8e4d0bd2b9fd3daafe3250c725af7c3 Mon Sep 17 00:00:00 2001 From: "Nathaniel J. Smith" Date: Fri, 17 Aug 2018 02:59:51 -0700 Subject: [PATCH] Don't call it Pytest_Trio that just looks silly --- docs/source/history.rst | 14 +++++++------- pyproject.toml | 1 + 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/source/history.rst b/docs/source/history.rst index 38c7930..a27ad57 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -5,7 +5,7 @@ Release history .. towncrier release notes start -Pytest_Trio 0.4.2 (2018-06-29) +pytest-trio 0.4.2 (2018-06-29) ------------------------------ Features @@ -16,20 +16,20 @@ Features using Trio. (`#42 `__) -Pytest_Trio 0.4.1 (2018-04-14) +pytest-trio 0.4.1 (2018-04-14) ------------------------------ No significant changes. -Pytest_Trio 0.4.0 (2018-04-14) +pytest-trio 0.4.0 (2018-04-14) ------------------------------ - Fix compatibility with trio 0.4.0 (`#25 `__) -Pytest_Trio 0.3.0 (2018-01-03) +pytest-trio 0.3.0 (2018-01-03) ------------------------------ Features @@ -39,7 +39,7 @@ Features `__) -Pytest_Trio 0.2.0 (2017-12-15) +pytest-trio 0.2.0 (2017-12-15) ------------------------------ - Heavy improvements, add async yield fixture, fix bugs, add tests etc. (`#17 @@ -53,14 +53,14 @@ Deprecations and Removals `__) -Pytest_Trio 0.1.1 (2017-12-08) +pytest-trio 0.1.1 (2017-12-08) ------------------------------ Disable intersphinx for trio (cause crash in CI for the moment due to 404 in readthedoc). -Pytest_Trio 0.1.0 (2017-12-08) +pytest-trio 0.1.0 (2017-12-08) ------------------------------ Initial release. diff --git a/pyproject.toml b/pyproject.toml index 77448c7..407fb8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,6 @@ package = "pytest_trio" filename = "docs/source/history.rst" directory = "newsfragments" +title_format = "pytest-trio {version} ({project_date})" underlines = ["-", "~", "^"] issue_format = "`#{issue} `__"