~carstengrohmann/OOMAnalyser

a15637af7167cb732e2805f9ab65ca8092cadc12 — Carsten Grohmann 1 year, 4 months ago 167b1dd v0.5.0
Bump version number to 0.5.0
2 files changed, 2 insertions(+), 2 deletions(-)

M OOMAnalyser.html
M OOMAnalyser.py
M OOMAnalyser.html => OOMAnalyser.html +1 -1
@@ 929,7 929,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
</div>

<div class="js-text--default-hide js-text--display-none" id="changelog">
    <h3>Version 0.5.0 - 2021-XX-XX:</h3>
    <h3>Version 0.5.0 - 2022-01-12:</h3>

    <h4>General</h4>
    <ol>

M OOMAnalyser.py => OOMAnalyser.py +1 -1
@@ 11,7 11,7 @@ import re
DEBUG = False
"""Show additional information during the development cycle"""

VERSION = "0.5.0 (devel)"
VERSION = "0.5.0"
"""Version number"""

# __pragma__ ('skip')