No dash before rc1 in version number

This commit is contained in:
Veronica K. B. Olsen
2020-06-26 11:21:01 +02:00
parent 996bffb21b
commit 3258621456
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.10.0"
# The full version, including alpha/beta/rc tags
release = "0.10.0-rc1"
release = "0.10.0rc1"
# -- General configuration ---------------------------------------------------