Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3c615b5

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

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎doc/devel/coding_guide.rst

Copy file name to clipboardExpand all lines: doc/devel/coding_guide.rst
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.