introduce next version to develop branch
This commit is contained in:
parent
1e84ced9a9
commit
81465d69cc
@ -1,3 +1,5 @@
|
|||||||
|
**unreleased**
|
||||||
|
|
||||||
**0.19.0**
|
**0.19.0**
|
||||||
- Fix direwolf connection setup by implementing a retry loop
|
- Fix direwolf connection setup by implementing a retry loop
|
||||||
- Pass direct sampling mode changes for rtl_sdr_soapy to owrx_connector
|
- Pass direct sampling mode changes for rtl_sdr_soapy to owrx_connector
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,3 +1,7 @@
|
|||||||
|
openwebrx (0.20.0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Tue, Jun 02 2020 19:16:00 +0000
|
||||||
|
|
||||||
openwebrx (0.19.0) buster focal; urgency=low
|
openwebrx (0.19.0) buster focal; urgency=low
|
||||||
* Fix direwolf connection setup by implementing a retry loop
|
* Fix direwolf connection setup by implementing a retry loop
|
||||||
* Pass direct sampling mode changes for rtl_sdr_soapy to owrx_connector
|
* Pass direct sampling mode changes for rtl_sdr_soapy to owrx_connector
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
from distutils.version import StrictVersion
|
from distutils.version import StrictVersion
|
||||||
|
|
||||||
_versionstring = "0.19.0"
|
_versionstring = "0.20.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