Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 53a2807

Browse files
committed
DOC: also standardize "bugfix release" -> "micro release"
1 parent 95c628b commit 53a2807

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/api/prev_api_changes/api_changes_1.3.x.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ API Changes in 1.3.x
77
Changes in 1.3.1
88
----------------
99

10-
It is rare that we make an API change in a bugfix release, however,
10+
It is rare that we make an API change in a micro release, however,
1111
for 1.3.1 since 1.3.0 the following change was made:
1212

1313
- ``text.Text.cached`` (used to cache font objects) has been made into a

doc/devel/release_guide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ API changes
201201
^^^^^^^^^^^
202202

203203
*Primarily needed for macro and meso releases. We may sometimes have API
204-
changes in bugfix releases.*
204+
changes in micro releases.*
205205

206206
Merge the contents of all the files in :file:`doc/api/next_api_changes/` into a single
207207
file :file:`doc/api/prev_api_changes/api_changes_{X}.{Y}.{Z}.rst` and delete the
@@ -224,7 +224,7 @@ Update :file:`doc/users/release_notes.rst`:
224224
prev_whats_new/whats_new_X.Y.0.rst
225225
../api/prev_api_changes/api_changes_X.Y.0.rst
226226
prev_whats_new/github_stats_X.Y.0.rst
227-
- For bugfix releases add the GitHub stats and (if present) the API changes to
227+
- For micro releases add the GitHub stats and (if present) the API changes to
228228
the existing X.Y section
229229

230230
.. code:: rst
@@ -237,7 +237,7 @@ Update version switcher
237237

238238
Update ``doc/_static/switcher.json``:
239239

240-
- If a bugfix release, :samp:`{X}.{Y}.{Z}`, no changes are needed.
240+
- If a micro release, :samp:`{X}.{Y}.{Z}`, no changes are needed.
241241
- If a macro release, :samp:`{X}.{Y}.0`, change the name of :samp:`name: {X}.{Y+1}
242242
(dev)` and :samp:`name: {X}.{Y} (stable)` as well as adding a new version for the
243243
previous stable (:samp:`name: {X}.{Y-1}`).

doc/users/prev_whats_new/whats_new_1.3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ What's new in Matplotlib 1.3 (Aug 01, 2013)
1313
New in 1.3.1
1414
------------
1515

16-
1.3.1 is a bugfix release, primarily dealing with improved setup and
16+
1.3.1 is a micro release, primarily dealing with improved setup and
1717
handling of dependencies, and correcting and enhancing the
1818
documentation.
1919

0 commit comments

Comments
 (0)