add --chapters

This commit is contained in:
Martin Sekera 2021-02-19 01:54:11 +01:00
parent 9b2477a39b
commit 37b4d2d34d
2 changed files with 46 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# encoding: utf-8
major = 1 # VERSION_MAJOR_IDENTIFIER
minor = 114 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.114
minor = 115 # VERSION_MINOR_IDENTIFIER
# VERSION_LAST_MM 1.115
patch = 0 # VERSION_PATCH_IDENTIFIER
str = ".".join(str(v) for v in (major, minor, patch))