Start new development cycle

This commit is contained in:
Carsten Grohmann 2020-12-10 13:57:33 +01:00
parent eb0cee8c57
commit d4a90ec1bb
2 changed files with 14 additions and 1 deletions

View File

@ -811,6 +811,19 @@ function read_and_display_file(file) {
</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>
<h4>General</h4>
<ol>
<li>...</li>
</ol>
<h4>Note</h4>
See the
<a href="https://github.com/CarstenGrohmann/OOMAnalyser/compare/v0.4.0...master"
title="commit history">commit history</a>
of the repository for a full list of changes.
<h3>Version 0.4.0 - 2020-12-10:</h3> <h3>Version 0.4.0 - 2020-12-10:</h3>
<h4>General</h4> <h4>General</h4>

View File

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