From e6a392481c8495608fbbc7266333b9b320ec1855 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 29 Jun 2020 21:33:36 +0200 Subject: [PATCH] Bumped version to 0.10 --- docs/source/conf.py | 2 +- nw/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4e9b6401..cb1de2c2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Veronica Berglyd Olsen" # The short X.Y version version = "0.10.0" # The full version, including alpha/beta/rc tags -release = "0.10.0rc1" +release = "0.10.0" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index c5e497f1..b96147f5 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -40,9 +40,9 @@ __package__ = "novelWriter" __author__ = "Veronica Berglyd Olsen" __copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen" __license__ = "GPLv3" -__version__ = "0.10.0rc1" -__hexversion__ = "0x001000c1" -__date__ = "2020-06-26" +__version__ = "0.10.0" +__hexversion__ = "0x001000f0" +__date__ = "2020-06-30" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Pre-Release"