From dce2758350d3236faf0f98999573400bda995e94 Mon Sep 17 00:00:00 2001 From: Marten van Kerkwijk Date: Sat, 18 Jul 2020 17:42:40 -0400 Subject: [PATCH] Update release procedure. --- docs/tutorials/release_procedure.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/tutorials/release_procedure.rst b/docs/tutorials/release_procedure.rst index 9ecaa0b3..29b6935f 100644 --- a/docs/tutorials/release_procedure.rst +++ b/docs/tutorials/release_procedure.rst @@ -263,11 +263,7 @@ its own version as well, which should be pointing to its latest patch release. -------------------- In the main development branch, add the next major/minor release to -``CHANGES.rst``. Also update the ``version`` keyword in ``setup.cfg`` to:: - - version = .dev - -Make a commmit:: +``CHANGES.rst``. Make a commmit:: git commit -m "Add v to the changelog."