We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6a47b commit 09840c5Copy full SHA for 09840c5
README.rst
@@ -308,9 +308,9 @@ Incrementing any version component clears all existing following components.
308
Examples of how version is incremented:
309
310
* for ``1.5``, incrementing ``<major>`` results in ``2.0``;
311
-* for ``1.5.1-2.4``, ``<minor>``++ results in ``1.6``;
312
-* ``1.5.1-2.4``, ``<patch>``++, ``1.5.2``;
313
-* ``1.5.1``, ``<major>``+=3, ``4.0.0``.
+* for ``1.5.1-2.4``, ``<minor>`` ++ results in ``1.6``;
+* ``1.5.1-2.4``, ``<patch>`` ++, ``1.5.2``;
+* ``1.5.1``, ``<major>`` += 3, ``4.0.0``.
314
315
316
API details
0 commit comments