update version and changelog
This commit is contained in:
parent
b3fbf89f57
commit
8710a2a1d3
@ -1,3 +1,6 @@
|
|||||||
|
**0.20.1**
|
||||||
|
- Remove broken OSM map fallback
|
||||||
|
|
||||||
**0.20.0**
|
**0.20.0**
|
||||||
- Added the ability to sign multiple keys in a single request, thus enabling multiple users to claim a single receiver
|
- Added the ability to sign multiple keys in a single request, thus enabling multiple users to claim a single receiver
|
||||||
on receiverbook.de
|
on receiverbook.de
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
openwebrx (0.20.1) buster focal; urgency=low
|
||||||
|
|
||||||
|
* Remove broken OSM map fallback
|
||||||
|
|
||||||
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Mon, 30 Nov 2020 17:29:00 +0000
|
||||||
|
|
||||||
openwebrx (0.20.0) buster focal; urgency=low
|
openwebrx (0.20.0) buster focal; urgency=low
|
||||||
|
|
||||||
* Added the ability to sign multiple keys in a single request, thus enabling
|
* Added the ability to sign multiple keys in a single request, thus enabling
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from distutils.version import LooseVersion
|
from distutils.version import LooseVersion
|
||||||
|
|
||||||
_versionstring = "0.20.0"
|
_versionstring = "0.20.1"
|
||||||
looseversion = LooseVersion(_versionstring)
|
looseversion = LooseVersion(_versionstring)
|
||||||
openwebrx_version = "v{0}".format(looseversion)
|
openwebrx_version = "v{0}".format(looseversion)
|
||||||
|
Loading…
Reference in New Issue
Block a user