From e92506dc07dc376d9eb10779fe3bd65ed532cdb3 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 28 Jul 2021 00:05:42 +0200 Subject: [PATCH] Bump version to 1.5-alpha0 for next release cycle --- docs/source/conf.py | 4 ++-- nw/__init__.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b65b43d..e7446bba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = "2018–2021, 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 --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 352eed02..b46b2da6 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -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"