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
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"
__credits__ = ["Veronica Berglyd Olsen"]
__license__ = "GPLv3"
__version__ = "0.1.0"
__version__ = "0.0.1"
__date__ = "2018"
__maintainer__ = "Veronica Berglyd Olsen"
__email__ = "code@vkbo.net"
+1 -1
View File
@@ -6,7 +6,7 @@
This class reads and store the main preferences of the application
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
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
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
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
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
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
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
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
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
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
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.
File History:
Created: 2018-09-22 [0.1.0]
Created: 2018-09-22 [0.0.1]
"""