post-release cleanup

This commit is contained in:
Jakob Ketterl
2020-06-13 19:25:15 +02:00
parent bead51db69
commit 83ff417f4d
4 changed files with 11 additions and 1 deletions

View File

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