next release version

This commit is contained in:
Jakob Ketterl 2020-06-13 18:31:49 +02:00
parent 0a2a28cb34
commit a696cc4ed8
2 changed files with 1 additions and 5 deletions

View File

@ -45,10 +45,6 @@
</div>
<div id="openwebrx-panels-container">
<div id="openwebrx-panels-container-left">
<div class="openwebrx-panel" data-panel-name="client-under-devel" style="width: 245px; background-color: Red;">
<span style="font-size: 15pt; font-weight: bold;">Under construction</span>
<br />We're working on the code right now, so the application might fail.
</div>
<div class="openwebrx-panel" id="openwebrx-panel-digimodes" style="display: none; width: 619px;" data-panel-name="digimodes">
<div id="openwebrx-digimode-canvas-container">
<div id="openwebrx-digimode-select-channel"></div>

View File

@ -1,5 +1,5 @@
from distutils.version import StrictVersion
_versionstring = "0.20.0"
_versionstring = "0.19.1"
strictversion = StrictVersion(_versionstring)
openwebrx_version = "v{0}".format(strictversion)