From e96ae2a239d6a44879c8b7460c70092442ae0d9b Mon Sep 17 00:00:00 2001 From: hannah Date: Sun, 18 Sep 2022 17:57:42 -0400 Subject: [PATCH] consistent notation for minor/patch branches --- doc/devel/coding_guide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index d3931b50fb53..cddb13539444 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -134,13 +134,13 @@ Milestones * Set the milestone according to these rules: * *New features and API changes* are milestoned for the next minor release - ``v3.X.0``. + ``v3.N.0``. * *Bugfixes and docstring changes* are milestoned for the next patch - release ``v3.X.Y`` + release ``v3.N.M`` * *Documentation changes* (all .rst files and examples) are milestoned - ``v3.X-doc`` + ``v3.N-doc`` If multiple rules apply, choose the first matching from the above list.