Increase normalization speed, fix normalization scope when --cut is set.

This commit is contained in:
Martin Sekera 2021-08-29 15:26:47 +02:00
parent fbf90f2c89
commit 1b5ab6416b
2 changed files with 7 additions and 2 deletions

View file

@ -4,5 +4,5 @@
major = 2 # VERSION_MAJOR_IDENTIFIER
minor = 1 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 2.1
patch = 0 # VERSION_PATCH_IDENTIFIER
patch = 1 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))