Bump version to 1.5-alpha0 for next release cycle

This commit is contained in:
Veronica Berglyd Olsen
2021-07-28 00:05:42 +02:00
parent 62344376d7
commit e92506dc07
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = "20182021, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.4.1"
version = "1.5"
# The full version, including alpha/beta/rc tags
release = "1.4.1"
release = "1.5-alpha0"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -46,7 +46,7 @@ from nw.config import Config
#
# Example : Full Short Description
# -------------------------------------------------------------------------
# 0x010200a0 : 1.2-alpha0 1.2a0 Can be used for the dev branch
# 0x010200a0 : 1.2-alpha0 1.2a0 Use while developing next release
# 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
@@ -61,8 +61,8 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.4.1"
__hexversion__ = "0x010401f0"
__version__ = "1.5-alpha0"
__hexversion__ = "0x010500a0"
__date__ = "2021-07-27"
__status__ = "Stable"
__domain__ = "novelwriter.io"