We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a977af commit b042e31Copy full SHA for b042e31
pyproject.toml
@@ -136,6 +136,7 @@ commit = true
136
commit_args = "--no-verify"
137
tag = true
138
tag_name = "{new_version}"
139
+allow_dirty = true
140
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(\\.dev(?P<dev>\\d+))?"
141
serialize =[
142
"{major}.{minor}.{patch}.dev{dev}",
0 commit comments