continue development as version 0.19
This commit is contained in:
parent
c3b13b224c
commit
4e98bbc1c9
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,3 +1,7 @@
|
|||||||
|
openwebrx (0.19.0) UNRELEASE; urgency=low
|
||||||
|
|
||||||
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Thu, 20 Feb 2020 21:01:00 +0000
|
||||||
|
|
||||||
openwebrx (0.18.0) buster; urgency=low
|
openwebrx (0.18.0) buster; urgency=low
|
||||||
|
|
||||||
* Compression, resampling and filtering in the frontend have been rewritten
|
* Compression, resampling and filtering in the frontend have been rewritten
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from distutils.version import StrictVersion
|
from distutils.version import StrictVersion
|
||||||
|
|
||||||
_versionstring = "0.18.0"
|
_versionstring = "0.19.0"
|
||||||
strictversion = StrictVersion(_versionstring)
|
strictversion = StrictVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(strictversion)
|
openwebrx_version = "v{0}".format(strictversion)
|
||||||
|
Loading…
Reference in New Issue
Block a user