summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuan Wang <xuan@apple.com>2020-01-09 14:53:05 +0800
committerXuan Wang <xuan@apple.com>2020-01-09 14:53:05 +0800
commit3470401c55630d2a2b2c96250309ce81b3a7cbd9 (patch)
treeace50f14e727278005391ecaa93c0922ad552d59
parent23f8a45a4b23c9adc594e9a02c58ae39b9336575 (diff)
downloadsetuptools-scm-3470401c55630d2a2b2c96250309ce81b3a7cbd9.tar.gz
fix typo in date marks
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index dc4617a..d6b947a 100644
--- a/README.rst
+++ b/README.rst
@@ -259,9 +259,9 @@ no distance and clean:
distance and clean:
``{next_version}.dev{distance}+{scm letter}{revision hash}``
no distance and not clean:
- ``{tag}+dYYYMMMDD``
+ ``{tag}+dYYYYMMDD``
distance and not clean:
- ``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYMMMDD``
+ ``{next_version}.dev{distance}+{scm letter}{revision hash}.dYYYYMMDD``
The next version is calculated by adding ``1`` to the last numeric component of
the tag.