Bumped version to 1.0 beta 3

This commit is contained in:
Veronica K. B. Olsen
2020-09-19 23:13:48 +02:00
parent a73c5b3776
commit 0fe4d0bf18
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.0-beta2" release = "1.0-beta3"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -41,9 +41,9 @@ __package__ = "nw"
__author__ = "Veronica Berglyd Olsen" __author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen" __copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3" __license__ = "GPLv3"
__version__ = "1.0b2" __version__ = "1.0b3"
__hexversion__ = "0x010000b2" __hexversion__ = "0x010000b3"
__date__ = "2020-09-13" __date__ = "2020-09-20"
__maintainer__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net" __email__ = "code@vkbo.net"
__status__ = "Beta" __status__ = "Beta"