A few more places to bump stuff

This commit is contained in:
Veronica K. B. Olsen
2020-02-17 13:48:23 +01:00
parent 7c1f613014
commit e325aa4bb0
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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 ---------------------------------------------------
+1 -1
View File
@@ -23,7 +23,7 @@ from nw.config import Config
__package__ = "novelWriter"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182019, Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.4.4"
__date__ = "2020-02-17"