Skip to content

Commit 9dfb39c

Browse files
authored
Update docs/developers/contributing.rst
1 parent 26f4927 commit 9dfb39c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/developers/contributing.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ Compatibility and versioning policies
272272

273273
Versioning
274274
""""""""""
275-
The Zarr library uses a version identifier with the form ``<major>.<minor>.<patch>``, where each of value is
276-
an integer. For example, when this document was written the version of Zarr was ``3.0.4``. A release of the Zarr library is associated with a new
275+
Versions of this library are identified by a triplet of integers with the form ``<major>.<minor>.<patch>``. For example, when this document was written the version of Zarr was ``3.0.4``. A release of the Zarr library is associated with a new
277276
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``
278277
component of the version identifier, the ``minor`` and ``patch`` components are set to 0.
279278

0 commit comments

Comments
 (0)