From dfcbe56fa6ba1dc012ca27a3cbea46d423590efc Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Sun, 1 Dec 2019 17:32:18 +0100 Subject: [PATCH] Start new development cycle --- OOMAnalyser.html | 13 +++++++++++++ OOMAnalyser.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 54ba75b..6bbaa9f 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -640,6 +640,19 @@ function goBack() {
+

Version 0.4.0 - 2020-XX-XX:

+ +

General

+
    +
  1. ...
  2. +
+ +

Note

+ See the + commit history + of the repository for a full list of changes. +

Version 0.3.0 - 2019-11-24:

General

diff --git a/OOMAnalyser.py b/OOMAnalyser.py index 7bea5d4..3311687 100644 --- a/OOMAnalyser.py +++ b/OOMAnalyser.py @@ -10,7 +10,7 @@ import re DEBUG = False """Show additional information during the development cycle""" -VERSION = "0.3.0" +VERSION = "0.4.0 (devel)" """Version number"""