Skip to content
Snippets Groups Projects
Commit caa35a93 authored by calrama's avatar calrama
Browse files

Fix dirty dev version numbering

parent d7c2ffa1
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ def source_version():
version += ".post0"
version += f".dev{version_parts[1]}+{version_parts[2]}"
if dirty:
version += ".dirty"
elif dirty:
version += "+dirty"
return version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment