pull/83/head
Konstantin Gründger 2020-08-21 18:04:36 +02:00
rodzic f8f658a54c
commit 01fecbd1f0
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# CHANGELOG
## unreleased
## 0.9.8: - 2020-08-21
- parser: Changed InReach parser (fixes #73)
- parser: separated incompatible ID into parser dependant ID (lt24: address -> lt24_id, skylines: address -> skylines_id,
spider: id_spider -> spider_registration, address -> spider_id, spot: address -> spot_id) (fixes #64)

Wyświetl plik

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