timezone field of qrz.com must be str and not int

This commit is contained in:
Tobias Wellnitz, DH1TW 2022-12-05 02:25:03 +01:00
parent bf785f45f5
commit b8bd89b2f2
3 changed files with 10 additions and 3 deletions

View file

@ -1,6 +1,14 @@
Changelog
---------
PyHamtools 0.8.2
================
05. December 2022
* timezone field from QRZ.com casted to str instead of int
PyHamtools 0.8.1
================
@ -9,7 +17,6 @@ PyHamtools 0.8.1
* removed debug print statement from QRZ.com queries
PyHamtools 0.8.0
================