Bumped version to 1.0 rc1

This commit is contained in:
Veronica K. B. Olsen
2020-10-25 11:26:24 +01:00
parent d5ec44a2b8
commit 1ab57e4bc2
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -1,5 +1,9 @@
# novelWriter ChangeLog
## Version 1.0 Release Candidate 1 [2020-11-01]
## Version 1.0 Beta 5 [2020-10-18]
**Important Notes**
+1 -1
View File
@@ -27,7 +27,7 @@ author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.0"
# The full version, including alpha/beta/rc tags
release = "1.0-beta5"
release = "1.0-rc1"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -61,9 +61,9 @@ __package__ = "nw"
__author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 20182020, Veronica Berglyd Olsen"
__license__ = "GPLv3"
__version__ = "1.0b5"
__hexversion__ = "0x010000b5"
__date__ = "2020-10-18"
__version__ = "1.0rc1"
__hexversion__ = "0x010000c1"
__date__ = "2020-11-01"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Beta"