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
@@ -272,8 +272,7 @@ Compatibility and versioning policies
272
272
273
273
Versioning
274
274
""""""""""
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
277
276
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``
278
277
component of the version identifier, the ``minor`` and ``patch`` components are set to 0.
0 commit comments