pull/65/head v0.9.2
Konstantin Gründger 2019-05-07 23:14:23 +02:00
rodzic 4780a08500
commit b0bf5c82ee
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,7 @@
# CHANGELOG
## 0.9.2: - 2019-05-07
- parser: Exception handling for bad OGNTRK beacons
## 0.9.1: - 2018-09-18
- parser: Fixed SPOT beacons and Tracker beacons
- parser: Fixed kph to ms conversion

Wyświetl plik

@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
APRS_APP_NAME = 'python-ogn-client'
PACKAGE_VERSION = '0.9.1'
PACKAGE_VERSION = '0.9.2'
APRS_APP_VER = PACKAGE_VERSION[:3]
APRS_KEEPALIVE_TIME = 240