From f3f46858c98d9705ad9b905a95dd1a991d322e93 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 13 Feb 2021 12:48:41 +0100 Subject: [PATCH] Bumped version for release 1.2 RC 1 --- CHANGELOG.md | 8 ++++++++ docs/source/conf.py | 2 +- nw/__init__.py | 6 +++--- nw/assets/text/release_notes.htm | 3 +-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40cf45b7..f0cdafea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # novelWriter Changelog +## Version 1.2 RC 1 [2021-02-28] + +### Release Notes + +### Detailed Changelog + +---- + ## Version 1.2 Beta 1 [2021-02-11] ### Release Notes diff --git a/docs/source/conf.py b/docs/source/conf.py index 71bded54..ba3c964d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Veronica Berglyd Olsen" # The short X.Y version version = "1.2" # The full version, including alpha/beta/rc tags -release = "1.2-beta1" +release = "1.2-rc1" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index 7aeb7da2..fb2cd9db 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -62,9 +62,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "1.2b1" -__hexversion__ = "0x010200b1" -__date__ = "2021-02-11" +__version__ = "1.2rc1" +__hexversion__ = "0x010200c1" +__date__ = "2021-02-28" __status__ = "Stable" __domain__ = "novelwriter.io" __url__ = "https://novelwriter.io" diff --git a/nw/assets/text/release_notes.htm b/nw/assets/text/release_notes.htm index 6ce8bf2c..ca2ecc7a 100644 --- a/nw/assets/text/release_notes.htm +++ b/nw/assets/text/release_notes.htm @@ -65,8 +65,7 @@ by up/down keypress or menu entries, and drag and drop moves.

intended to tag a character as the focus character for a chapter or scene. This is useful for stories where the point-of-view character and the focus character are different.

-

The full changelog is available -here.

+

See also the Releases page.