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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -272,7 +272,7 @@ Compatibility and versioning policies
272
272
273
273
Versioning
274
274
""""""""""
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
275
+
Versions of this library are identified by a triplet of integers with the form ``<major>.<minor>.<patch>``, for example3.0.4. A release of ``zarr-python`` is associated with a new
276
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``
277
277
component of the version identifier, the ``minor`` and ``patch`` components are set to 0.
0 commit comments