Changed initial version to 0.0.1

This commit is contained in:
Veronica K. B. Olsen
2018-11-02 22:11:11 +01:00
parent c2dbbf647c
commit 8c10251fff
13 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
Application initialisation Application initialisation
File History: File History:
Created: 2018-09-22 [0.1.0] Created: 2018-09-22 [0.0.1]
""" """
@@ -23,7 +23,7 @@ __author__ = "Veronica Berglyd Olsen"
__copyright__ = "Copyright 2016-2018, Veronica Berglyd Olsen" __copyright__ = "Copyright 2016-2018, Veronica Berglyd Olsen"
__credits__ = ["Veronica Berglyd Olsen"] __credits__ = ["Veronica Berglyd Olsen"]
__license__ = "GPLv3" __license__ = "GPLv3"
__version__ = "0.1.0" __version__ = "0.0.1"
__date__ = "2018" __date__ = "2018"
__maintainer__ = "Veronica Berglyd Olsen" __maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net" __email__ = "code@vkbo.net"
+1 -1
View File
@@ -6,7 +6,7 @@
This class reads and store the main preferences of the application This class reads and store the main preferences of the application
File History: File History:
Created: 2018-0+-22 [0.1.0] Created: 2018-0+-22 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the tab viewing the about information Class holding the tab viewing the about information
File History: File History:
Created: 2018-10-02 [0.1.0] Created: 2018-10-02 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the document editor Class holding the document editor
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the document tab view Class holding the document tab view
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the left side document tree view Class holding the left side document tree view
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the project editor Class holding the project editor
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding the main window Class holding the main window
File History: File History:
Created: 2018-09-22 [0.1.0] Created: 2018-09-22 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Sets up the main GUI and holds action and event functions Sets up the main GUI and holds action and event functions
File History: File History:
Created: 2018-09-22 [0.1.0] Created: 2018-09-22 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding a document Class holding a document
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding a project item Class holding a project item
File History: File History:
Created: 2018-10-27 [0.1.0] Created: 2018-10-27 [0.0.1]
""" """
+1 -1
View File
@@ -6,7 +6,7 @@
Class holding a project Class holding a project
File History: File History:
Created: 2018-09-29 [0.1.0] Created: 2018-09-29 [0.0.1]
""" """
+1 -1
View File
@@ -5,7 +5,7 @@
Class for analysing bits of text. Class for analysing bits of text.
File History: File History:
Created: 2018-09-22 [0.1.0] Created: 2018-09-22 [0.0.1]
""" """