We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237c593 commit a652efaCopy full SHA for a652efa
doc/devel/coding_guide.rst
@@ -134,13 +134,13 @@ Milestones
134
* Set the milestone according to these rules:
135
136
* *New features and API changes* are milestoned for the next minor release
137
- ``v3.X.0``.
+ ``v3.N.0``.
138
139
* *Bugfixes and docstring changes* are milestoned for the next patch
140
- release ``v3.X.Y``
+ release ``v3.N.M``
141
142
* *Documentation changes* (all .rst files and examples) are milestoned
143
- ``v3.X-doc``
+ ``v3.N-doc``
144
145
If multiple rules apply, choose the first matching from the above list.
146
0 commit comments