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')