Bumped version to 0.12

This commit is contained in:
Veronica K. B. Olsen
2020-08-11 23:03:10 +02:00
parent ae997c3236
commit 8425c8c9be
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.11.1"
version = "0.12.0"
# The full version, including alpha/beta/rc tags
release = "0.11.1"
release = "0.12.0"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -41,9 +41,9 @@ __package__ = "nw"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.11.1"
__hexversion__ = "0x001101f0"
__date__ = "2020-08-09"
__version__ = "0.12.0"
__hexversion__ = "0x001200f0"
__date__ = "2020-08-16"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Beta"