release version 0.20.2

This commit is contained in:
Jakob Ketterl 2021-01-24 23:52:20 +01:00
parent b997e83095
commit b2e8fc5ad5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
**unreleased**
**0.20.2**
- Fix a security problem that allowed arbitrary commands to be executed on the receiver
([See github issue #215](https://github.com/jketterl/openwebrx/issues/215))

View File

@ -1,5 +1,5 @@
from distutils.version import LooseVersion
_versionstring = "0.20.1"
_versionstring = "0.20.2"
looseversion = LooseVersion(_versionstring)
openwebrx_version = "v{0}".format(looseversion)