Bumped version number to 0.9.2

This commit is contained in:
Veronica K. B. Olsen
2020-06-26 21:21:08 +02:00
parent b5afe8703b
commit 9609095790
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ copyright = "2018-2020, Veronica Berglyd Olsen"
author = "Veronica Berglyd Olsen"
# The short X.Y version
version = "0.9.1"
version = "0.9.2"
# The full version, including alpha/beta/rc tags
release = "0.9.1"
release = "0.9.2"
# -- 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.9.1"
__hexversion__ = "0x000901f0"
__date__ = "2020-06-21"
__version__ = "0.9.2"
__hexversion__ = "0x000902f0"
__date__ = "2020-06-26"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
__status__ = "Pre-Release"
+3 -3
View File
@@ -1,13 +1,13 @@
<?xml version='1.0' encoding='utf-8'?>
<novelWriterXML appVersion="0.9.0rc1" hexVersion="0x000900c1" fileVersion="1.1" timeStamp="2020-06-19 19:50:54">
<novelWriterXML appVersion="0.9.2" hexVersion="0x000902f0" fileVersion="1.1" timeStamp="2020-06-26 21:20:24">
<project>
<name>Sample Project</name>
<title>Sample Project</title>
<author>Jane Smith</author>
<author>Jay Doh</author>
<saveCount>407</saveCount>
<saveCount>408</saveCount>
<autoCount>71</autoCount>
<editTime>15118</editTime>
<editTime>15120</editTime>
</project>
<settings>
<doBackup>False</doBackup>
+1 -1
View File
@@ -6,7 +6,7 @@ with open("README.md", "r") as inFile:
setuptools.setup(
name = "novelWriter",
version = "0.9.1",
version = "0.9.2",
author = "Veronica Berglyd Olsen",
author_email = "code@vkbo.net",
description = "A markdown-like document editor for writing novels",