Bumped version to 0.10

This commit is contained in:
Veronica K. B. Olsen
2020-06-29 21:33:36 +02:00
parent 8a06400f2a
commit e6a392481c
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.10.0"
# The full version, including alpha/beta/rc tags
release = "0.10.0rc1"
release = "0.10.0"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -40,9 +40,9 @@ __package__ = "novelWriter"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "0.10.0rc1"
__hexversion__ = "0x001000c1"
__date__ = "2020-06-26"
__version__ = "0.10.0"
__hexversion__ = "0x001000f0"
__date__ = "2020-06-30"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Pre-Release"