From 8c10251fffc1dbec85b68526bb71c141ba50f93e Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" Date: Fri, 2 Nov 2018 22:11:11 +0100 Subject: [PATCH] Changed initial version to 0.0.1 --- nw/__init__.py | 4 ++-- nw/config.py | 2 +- nw/gui/aboutview.py | 2 +- nw/gui/doceditor.py | 2 +- nw/gui/doctabs.py | 2 +- nw/gui/doctree.py | 2 +- nw/gui/projecteditor.py | 2 +- nw/gui/winmain.py | 2 +- nw/main.py | 2 +- nw/project/document.py | 2 +- nw/project/item.py | 2 +- nw/project/project.py | 2 +- nw/tools/analyse.py | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/nw/__init__.py b/nw/__init__.py index c980441d..0e9ebe0f 100644 --- a/nw/__init__.py +++ b/nw/__init__.py @@ -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" diff --git a/nw/config.py b/nw/config.py index 5015430e..62f72a15 100644 --- a/nw/config.py +++ b/nw/config.py @@ -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] """ diff --git a/nw/gui/aboutview.py b/nw/gui/aboutview.py index b4f1721e..79a166a4 100644 --- a/nw/gui/aboutview.py +++ b/nw/gui/aboutview.py @@ -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] """ diff --git a/nw/gui/doceditor.py b/nw/gui/doceditor.py index 0f842605..a7ea5e43 100644 --- a/nw/gui/doceditor.py +++ b/nw/gui/doceditor.py @@ -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] """ diff --git a/nw/gui/doctabs.py b/nw/gui/doctabs.py index 27630244..7383c96e 100644 --- a/nw/gui/doctabs.py +++ b/nw/gui/doctabs.py @@ -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] """ diff --git a/nw/gui/doctree.py b/nw/gui/doctree.py index 6884bf26..03a29dbd 100644 --- a/nw/gui/doctree.py +++ b/nw/gui/doctree.py @@ -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] """ diff --git a/nw/gui/projecteditor.py b/nw/gui/projecteditor.py index 86ba78ff..546d4ed3 100644 --- a/nw/gui/projecteditor.py +++ b/nw/gui/projecteditor.py @@ -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] """ diff --git a/nw/gui/winmain.py b/nw/gui/winmain.py index 588c807a..2847cf23 100644 --- a/nw/gui/winmain.py +++ b/nw/gui/winmain.py @@ -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] """ diff --git a/nw/main.py b/nw/main.py index 8b190087..863efba1 100644 --- a/nw/main.py +++ b/nw/main.py @@ -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] """ diff --git a/nw/project/document.py b/nw/project/document.py index 7d6a6735..8158ce6b 100644 --- a/nw/project/document.py +++ b/nw/project/document.py @@ -6,7 +6,7 @@ Class holding a document File History: - Created: 2018-09-29 [0.1.0] + Created: 2018-09-29 [0.0.1] """ diff --git a/nw/project/item.py b/nw/project/item.py index b870efca..1e569030 100644 --- a/nw/project/item.py +++ b/nw/project/item.py @@ -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] """ diff --git a/nw/project/project.py b/nw/project/project.py index 2fcfef16..46175372 100644 --- a/nw/project/project.py +++ b/nw/project/project.py @@ -6,7 +6,7 @@ Class holding a project File History: - Created: 2018-09-29 [0.1.0] + Created: 2018-09-29 [0.0.1] """ diff --git a/nw/tools/analyse.py b/nw/tools/analyse.py index 03de34ce..880fe924 100644 --- a/nw/tools/analyse.py +++ b/nw/tools/analyse.py @@ -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] """