Bump version number to 0.5.0

This commit is contained in:
Carsten Grohmann 2022-01-12 20:30:22 +01:00
parent 167b1dd27a
commit a15637af71
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

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