From 3470401c55630d2a2b2c96250309ce81b3a7cbd9 Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Thu, 9 Jan 2020 14:53:05 +0800 Subject: [PATCH] fix typo in date marks --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index dc4617ab..d6b947a3 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.