Use 1.0-beta1 as version number instead of 1.0b1
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ author = "Veronica Berglyd Olsen"
|
|||||||
# The short X.Y version
|
# The short X.Y version
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
# The full version, including alpha/beta/rc tags
|
# The full version, including alpha/beta/rc tags
|
||||||
release = "1.0b1"
|
release = "1.0-beta1"
|
||||||
|
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|||||||
+1
-1
@@ -41,7 +41,7 @@ __package__ = "nw"
|
|||||||
__author__ = "Veronica Berglyd Olsen"
|
__author__ = "Veronica Berglyd Olsen"
|
||||||
__copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen"
|
__copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__version__ = "1.0b1"
|
__version__ = "1.0-beta1"
|
||||||
__hexversion__ = "0x010000b1"
|
__hexversion__ = "0x010000b1"
|
||||||
__date__ = "2020-08-23"
|
__date__ = "2020-08-23"
|
||||||
__maintainer__ = "Veronica Berglyd Olsen"
|
__maintainer__ = "Veronica Berglyd Olsen"
|
||||||
|
|||||||
Reference in New Issue
Block a user