From 8425c8c9be622f5ab3353926235ff5951b68e4e0 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 11 Aug 2020 23:03:10 +0200 Subject: [PATCH] Bumped version to 0.12 --- docs/source/conf.py | 4 ++-- nw/__init__.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a57814b7..c2ef1e31 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen" author = "Veronica Berglyd Olsen" # The short X.Y version -version = "0.11.1" +version = "0.12.0" # The full version, including alpha/beta/rc tags -release = "0.11.1" +release = "0.12.0" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index c3fbf7c0..3efc4ce2 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -41,9 +41,9 @@ __package__ = "nw" __author__ = "Veronica Berglyd Olsen" __copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen" __license__ = "GPLv3" -__version__ = "0.11.1" -__hexversion__ = "0x001101f0" -__date__ = "2020-08-09" +__version__ = "0.12.0" +__hexversion__ = "0x001200f0" +__date__ = "2020-08-16" __maintainer__ = "Veronica Berglyd Olsen" __email__ = "code@vkbo.net" __status__ = "Beta"