Bump version number to 0.4.0

This commit is contained in:
Carsten Grohmann 2020-12-10 13:37:10 +01:00
parent 79368cca05
commit 6af2e7cba9
2 changed files with 2 additions and 2 deletions

View File

@ -811,7 +811,7 @@ function read_and_display_file(file) {
</div>
<div class="js-text--default-hide js-text--display-none" id="changelog">
<h3>Version 0.4.0 - 2020-12-XX:</h3>
<h3>Version 0.4.0 - 2020-12-10:</h3>
<h4>General</h4>
<ol>

View File

@ -10,7 +10,7 @@ import re
DEBUG = False
"""Show additional information during the development cycle"""
VERSION = "0.4.0 (devel)"
VERSION = "0.4.0"
"""Version number"""
# __pragma__ ('skip')