Use 1.0-beta1 as version number instead of 1.0b1

This commit is contained in:
Veronica K. B. Olsen
2020-08-15 22:26:04 +02:00
parent 702a10fff5
commit 2a62998479
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.0"
# The full version, including alpha/beta/rc tags
release = "1.0b1"
release = "1.0-beta1"
# -- General configuration ---------------------------------------------------