Bump version for next stage of dev branch to 1.1 alpha 0

This commit is contained in:
Veronica K. B. Olsen
2020-12-20 14:40:25 +01:00
parent 8435d866ca
commit 597f177d5b
3 changed files with 9 additions and 5 deletions
+4
View File
@@ -1,5 +1,9 @@
# novelWriter Change Log
## Version 1.1 Dev (Alpha)
----
## Version 1.0 Release Candidate 2 [2020-12-13]
### Release Notes
+2 -2
View File
@@ -25,9 +25,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "1.0"
version = "1.1"
# The full version, including alpha/beta/rc tags
release = "1.0-rc2"
release = "1.1-alpha0"
# -- General configuration ---------------------------------------------------
+3 -3
View File
@@ -63,10 +63,10 @@ __license__ = "GPLv3"
__author__ = "Veronica Berglyd Olsen"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__version__ = "1.0rc2"
__hexversion__ = "0x010000c2"
__version__ = "1.1a0"
__hexversion__ = "0x010100a0"
__date__ = "2020-12-13"
__status__ = "Beta"
__status__ = "Unstable"
__domain__ = "novelwriter.io"
__url__ = "https://novelwriter.io"
__sourceurl__ = "https://github.com/vkbo/novelWriter"