Merge pull request 'Automatically determine version' (#11) from auto-version into main

Reviewed-on: wtf-eg/handbuch-gen#11
This commit is contained in:
2022-11-22 14:31:14 +01:00
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 ---------------------------------------------------