From d948b1559e2369ecde002f75eb1ac27e90ed2fb7 Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Wed, 10 Jan 2024 20:38:32 +0000 Subject: [PATCH] Updated release process --- RELEASE.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.rst b/RELEASE.rst index 85a0b74..f915a6a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -8,7 +8,7 @@ How to do releases tox -* Change HISTORY.rst to remove " - unreleased" +* Change docs/history.rst to remove " - unreleased" * Update the version number (removing the ``-dev1`` part): @@ -26,7 +26,7 @@ Post release ------------ * Bump version numbers to next version, and add ``-dev1`` suffix, for example - ``0.9.0-dev1`` + ``0.9.0-dev1``, in the same places as above. * Add new section to HISTORY.rst, with " - unreleased".