Automatically determine version

This commit is contained in:
2022-09-16 15:30:48 +02:00
parent b838a57b3f
commit f75df5a7a8
3 changed files with 13 additions and 3 deletions

View File

@ -24,7 +24,10 @@ copyright = '2021, diverse'
author = 'Autorenkollektiv'
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.0.0'
# The major project version, without alpha/beta/rc tags
version = '0.0.0'
# -- General configuration ---------------------------------------------------