From a5fabc77c9df5d0a102bdac1380327a1dccc7e79 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 6 Jun 2020 12:28:31 +0200 Subject: [PATCH] Moved up the release date to today --- nw/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/__init__.py b/nw/__init__.py index c06cd318..9549226a 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -42,7 +42,7 @@ __copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen" __license__ = "GPLv3" __version__ = "0.7.1" __hexversion__ = "0x000701f0" -__date__ = "2020-06-07" +__date__ = "2020-06-06" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Pre-Release"