Preparing for the next release.

This commit is contained in:
Marat Fayzullin 2024-04-10 11:44:16 -04:00
parent 391f8c1c40
commit fd78e35aa5
3 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
openwebrx (1.2.55) bullseye jammy; urgency=low
* Added NAVTEX decoder and background service.
-- Marat Fayzullin <luarvique@gmail.com> Mon, 15 Apr 2024 16:12:00 +0000
openwebrx (1.2.54) bullseye jammy; urgency=low
* Made FT8/JS8/WSPR/etc. messages show in monospace font.

2
debian/control vendored
View File

@ -18,7 +18,7 @@ Depends: adduser,
python3 (>= 3.5),
python3-pkg-resources,
owrx-connector (>= 0.6.5),
python3-csdr (>= 0.18.22),
python3-csdr (>= 0.18.23),
${python3:Depends},
${misc:Depends}
Recommends: python3-digiham (>= 0.6),

View File

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