From 27de8138f58e53e619be38f2730e663a6822ced6 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Wed, 10 Feb 2021 23:00:40 +0100 Subject: [PATCH] Bumped version to 1.3 alpha0 for next dev 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 eb35d492..4d68ed1a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,9 +25,9 @@ copyright = "2018–2021, Veronica Berglyd Olsen" author = "Veronica Berglyd Olsen" # The short X.Y version -version = "1.2" +version = "1.3" # The full version, including alpha/beta/rc tags -release = "1.2-alpha0" +release = "1.3-alpha0" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 26a7bb60..531ce8ae 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -63,9 +63,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "1.2a0" -__hexversion__ = "0x010200a0" -__date__ = "2020-02-01" +__version__ = "1.3a0" +__hexversion__ = "0x010300a0" +__date__ = "2021-03-01" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io"