From c82f7fd9ca04622ee084fc2943856e2cfdd76498 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:42:50 +0200 Subject: [PATCH] Bump version to 2.6 Alpha 1 --- novelwriter/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/novelwriter/__init__.py b/novelwriter/__init__.py index a8e67769..395f51a2 100644 --- a/novelwriter/__init__.py +++ b/novelwriter/__init__.py @@ -47,9 +47,9 @@ __license__ = "GPLv3" __author__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" -__version__ = "2.6a0" -__hexversion__ = "0x020600a0" -__date__ = "2024-07-10" +__version__ = "2.6a1" +__hexversion__ = "0x020600a1" +__date__ = "2024-10-16" __status__ = "Stable" __domain__ = "novelwriter.io"