Start new development cycle
This commit is contained in:
parent
eb0cee8c57
commit
d4a90ec1bb
@ -811,6 +811,19 @@ function read_and_display_file(file) {
|
||||
</div>
|
||||
|
||||
<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>
|
||||
|
||||
<h4>General</h4>
|
||||
|
@ -10,7 +10,7 @@ import re
|
||||
DEBUG = False
|
||||
"""Show additional information during the development cycle"""
|
||||
|
||||
VERSION = "0.4.0"
|
||||
VERSION = "0.5.0 (devel)"
|
||||
"""Version number"""
|
||||
|
||||
# __pragma__ ('skip')
|
||||
|
Loading…
Reference in New Issue
Block a user