From 25a577e32ea964ba336016299a2b91d6f62d61ab Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 16 Jul 2025 16:36:04 +0200 Subject: [PATCH] Bump version to 2.8a2 --- novelwriter/__init__.py | 6 +++--- sample/nwProject.nwx | 4 ++-- tests/test_gui/test_gui_dochighlighter.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index 3f2bc134..aa6be34f 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -49,9 +49,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.8a1" -__hexversion__ = "0x020800a1" -__date__ = "2025-06-13" +__version__ = "2.8a2" +__hexversion__ = "0x020800a2" +__date__ = "2025-07-16" __status__ = "Stable" __domain__ = "novelwriter.io" diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 5418f7c6..54a1078e 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,6 +1,6 @@ - - + + Sample Project Jane Smith diff --git a/tests/test_gui/test_gui_dochighlighter.py b/tests/test_gui/test_gui_dochighlighter.py index ff3fe41d..622154c2 100644 --- a/tests/test_gui/test_gui_dochighlighter.py +++ b/tests/test_gui/test_gui_dochighlighter.py @@ -3,7 +3,7 @@ novelWriter – GUI Syntax Highlighter Tester =========================================== This file is a part of novelWriter -Copyright (C) 2020 Veronica Berglyd Olsen and novelWriter contributors +Copyright (C) 2025 Veronica Berglyd Olsen and novelWriter contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by