callinfo: recognize callsigns with digits in the suffix

This commit is contained in:
Tobias Wellnitz, DH1TW 2022-12-26 21:13:13 +01:00
parent 19f00eac5b
commit 01284a5ae8
4 changed files with 31 additions and 2 deletions

View file

@ -1,6 +1,14 @@
Changelog
---------
PyHamtools 0.8.5
================
26. December 2022
* refined regex for decoding callsigns. In particular to better recognize callsigns with one or more digits in the suffix (e.g. TI5N5BEK, DP44N44T)
PyHamtools 0.8.4
================