Start new development cycle

This commit is contained in:
Carsten Grohmann 2019-12-01 17:32:18 +01:00
parent 281d7f4258
commit dfcbe56fa6
2 changed files with 14 additions and 1 deletions

View File

@ -640,6 +640,19 @@ function goBack() {
</div>
<div class="js-text--default-hide js-text--display-none" id="changelog">
<h3>Version 0.4.0 - 2020-XX-XX:</h3>
<h4>General</h4>
<ol>
<li>...</li>
</ol>
<h4>Note</h4>
See the
<a href="https://github.com/CarstenGrohmann/OOMAnalyser/compare/v0.3.0...master"
title="commit history">commit history</a>
of the repository for a full list of changes.
<h3>Version 0.3.0 - 2019-11-24:</h3>
<h4>General</h4>

View File

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