Skip to content

Commit f25d84c

Browse files
d-v-bdstansby
andauthored
Update docs/developers/contributing.rst
Co-authored-by: David Stansby <[email protected]>
1 parent 668be29 commit f25d84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Versioning
274274
""""""""""
275275
Versions of this library are identified by a triplet of integers with the form ``<major>.<minor>.<patch>``, for example 3.0.4. A release of ``zarr-python`` is associated with a new
276276
version identifier. That new identifier is generated by incrementing exactly one of the components of the previous version identifier by 1. When incrementing the ``major``
277-
component of the version identifier, the ``minor`` and ``patch`` components are set to 0.
277+
component of the version identifier, the ``minor`` and ``patch`` components is reset to 0. When incrementing the minor component, the patch component is reset to 0.
278278

279279
Releases are classified by the library changes contained in that release. This classification determines which
280280
component of the version identifier is incremented on release.

0 commit comments

Comments
 (0)