Skip to content

Commit 3470401

Browse files
committed
fix typo in date marks
1 parent 23f8a45 commit 3470401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ no distance and clean:
259259
distance and clean:
260260
``{next_version}.dev{distance}+{scm letter}{revision hash}``
261261
no distance and not clean:
262-
``{tag}+dYYYMMMDD``
262+
``{tag}+dYYYYMMDD``
263263
distance and not clean:
264-
``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYMMMDD``
264+
``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYYMMDD``
265265

266266
The next version is calculated by adding ``1`` to the last numeric component of
267267
the tag.

0 commit comments

Comments
 (0)