@@ -195,7 +195,7 @@ Examples of valid version tags:
195195* ``v1.0 ``
196196* ``v0.16.0 ``
197197* ``v1.0.dev3 ``
198- * ``ver0.5.1-4.0.0+a1de3012 ``
198+ * ``ver0.5.1-4.0.0+gita1de3012 ``
199199* ``42.0 ``
200200* ``3.14-15 ``
201201
@@ -240,8 +240,8 @@ the current commit and the most recent version tag.
240240
241241Additionally, the ``<patch> `` version component is incremented by ``1 ``.
242242
243- Additionally, a plus (``+ ``) character and the first 8 characters of SHA of the latest commit
244- are appended to version identifier, e.g. ``+a3014fe0 ``.
243+ Additionally, a plus (``+ ``) character, word `` git `` and the first 8 characters of SHA
244+ of the latest commit are appended to version identifier, e.g. ``+gita3014fe0 ``.
245245
246246
247247Repository index status
@@ -256,16 +256,16 @@ of the repository:
256256
257257* Most recent version tag is ``v0.4.5 ``, there were 2 commits since,
258258 latest having SHA starting with ``812f12ea ``.
259- Version identifier will be ``0.4.6.dev2+812f12ea ``.
259+ Version identifier will be ``0.4.6.dev2+git812f12ea ``.
260260
261261* Most recent version tag is ``ver6.0 ``, and there was 1 commit since
262262 having SHA starting with ``e10ac365 ``.
263- Version identifier will be ``6.0.1.dev1+e10ac365 ``.
263+ Version identifier will be ``6.0.1.dev1+gite10ac365 ``.
264264
265265* Most recent version tag is ``v9 ``, there were 40 commit since,
266266 latest having SHA starting with ``1ad22355 ``, the repository has uncommitted changes and
267267 version was queried at 19:52.20, 8th June 2017.
268- the result is ``9.0.1.dev40+1ad22355 .dirty20170608195220 ``.
268+ the result is ``9.0.1.dev40+git1ad22355 .dirty20170608195220 ``.
269269
270270
271271How exactly version numbers are compared
0 commit comments