8000 Merge pull request #23941 from story645/story645-patch-1 · matplotlib/matplotlib@3c615b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c615b5

Browse files
authored
Merge pull request #23941 from story645/story645-patch-1
consistent notation for minor/patch branches
2 parents 53feded + e96ae2a commit 3c615b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/devel/coding_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ Milestones
134134
* Set the milestone according to these rules:
135135

136136
* *New features and API changes* are milestoned for the next minor release
137-
``v3.X.0``.
137+
``v3.N.0``.
138138

139139
* *Bugfixes and docstring changes* are milestoned for the next patch
140-
release ``v3.X.Y``
140+
release ``v3.N.M``
141141

142142
* *Documentation changes* (all .rst files and examples) are milestoned
143-
``v3.X-doc``
143+
``v3.N-doc``
144144

145145
If multiple rules apply, choose the first matching from the above list.
146146

0 commit comments

Comments
 (0)
0