diff --git a/docs/source/conf.py b/docs/source/conf.py index 62a72b99..35673d92 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,13 +20,13 @@ # -- Project information ----------------------------------------------------- project = "novelWriter" -copyright = "2018-2019, Veronica Berglyd Olsen" +copyright = "2018-2020, Veronica Berglyd Olsen" author = "Veronica Berglyd Olsen" # The short X.Y version -version = "0.4.3" +version = "0.4.4" # The full version, including alpha/beta/rc tags -release = "0.4.3" +release = "0.4.4" # -- General configuration --------------------------------------------------- diff --git a/nw/__init__.py b/nw/__init__.py index e5da6b5c..87f77974 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -23,7 +23,7 @@ from nw.config import Config __package__ = "novelWriter" __author__ = "Veronica Berglyd Olsen" -__copyright__ = "Copyright 2018–2019, Veronica Berglyd Olsen" +__copyright__ = "Copyright 2018–2020, Veronica Berglyd Olsen" __license__ = "GPLv3" __version__ = "0.4.4" __date__ = "2020-02-17"