You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/contributing.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,7 @@ component of the version identifier is incremented on release.
295
295
Minor releases are safe for most users and downstream projects to adopt.
296
296
297
297
298
-
* ``patch`` releases (for example, ``3.1.0`` -> ``3.1.1``) are for changes with very low likelihood of
299
-
breaking code for a downstream project or user.
298
+
* ``patch`` releases (for example, ``3.1.0`` -> ``3.1.1``) are for changes that contain no breaking or behaviour changes for downstream projects or users. Examples of changes in a patch release are bugfixes and documentation improvements.
300
299
301
300
302
301
Users should always feel safe upgrading to a the latest patch release.
0 commit comments