Bump version number to 0.5.0
This commit is contained in:
parent
167b1dd27a
commit
a15637af71
@ -929,7 +929,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="js-text--default-hide js-text--display-none" id="changelog">
|
<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>
|
<h4>General</h4>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -11,7 +11,7 @@ import re
|
|||||||
DEBUG = False
|
DEBUG = False
|
||||||
"""Show additional information during the development cycle"""
|
"""Show additional information during the development cycle"""
|
||||||
|
|
||||||
VERSION = "0.5.0 (devel)"
|
VERSION = "0.5.0"
|
||||||
"""Version number"""
|
"""Version number"""
|
||||||
|
|
||||||
# __pragma__ ('skip')
|
# __pragma__ ('skip')
|
||||||
|
Loading…
Reference in New Issue
Block a user