We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc87c4f commit 64e68cdCopy full SHA for 64e68cd
setuptools_git_versioning.py
@@ -7,8 +7,8 @@
7
from six.moves import collections_abc
8
9
DEFAULT_TEMPLATE = "{tag}" # type: str
10
-DEFAULT_DEV_TEMPLATE = "{tag}.dev{ccount}+git.{sha}" # type: str
11
-DEFAULT_DIRTY_TEMPLATE = "{tag}.dev{ccount}+git.{sha}.dirty" # type: str
+DEFAULT_DEV_TEMPLATE = "{tag}.post{ccount}+git.{sha}" # type: str
+DEFAULT_DIRTY_TEMPLATE = "{tag}.post{ccount}+git.{sha}.dirty" # type: str
12
DEFAULT_STARTING_VERSION = '0.0.1'
13
14
0 commit comments