Bump version to 1.6-alpha0 for next release cycle

This commit is contained in:
Veronica Berglyd Olsen
2021-09-19 13:46:19 +02:00
parent 1386be23f4
commit 07ac88bfd6
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ copyright = "20182021, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.5"
version = "1.6"
# The full version, including alpha/beta/rc tags
release = "1.5"
release = "1.6-alpha0"
# -- General Configuration ---------------------------------------------------
+3 -3
View File
@@ -50,7 +50,7 @@ from novelwriter.config import Config
# 0x010200a1 : 1.2-alpha1 1.2a1 First alpha release
# 0x010200b1 : 1.2-beta1 1.2b1 First beta release
# 0x010200c1 : 1.2-rc1 1.2rc1 First release candidate
# 0x010200f0 : 1.2 1.2 Final release
# 0x010200f0 : 1.2.0 1.2 Final release
# 0x010200f1 : 1.2-post1 1.2.post1 Post release, but not a code patch!
# 0x010201f0 : 1.2.1 1.2.1 Patch release
##
@@ -61,8 +61,8 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.5.0"
__hexversion__ = "0x010500f0"
__version__ = "1.6a0"
__hexversion__ = "0x010600a0"
__date__ = "2021-09-19"
__status__ = "Stable"
__domain__ = "novelwriter.io"