kopia lustrzana https://github.com/glidernet/python-ogn-client
rodzic
b05de4ee69
commit
7565de6c16
|
@ -1,6 +1,8 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.6.0 - 2016-10-21
|
||||||
- parser: Added support for OGN v0.2.5 receiver beacons
|
- parser: Added support for OGN v0.2.5 receiver beacons
|
||||||
- parser: Changed keys to adopt naming from [ogn\_client-ruby](https://github.com/svoop/ogn_client-ruby)
|
- parser: Changed keys to adopt naming from [ogn\_client-ruby](https://github.com/svoop/ogn_client-ruby)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
|
|
||||||
APRS_APP_NAME = 'python-ogn-client'
|
APRS_APP_NAME = 'python-ogn-client'
|
||||||
|
|
||||||
PACKAGE_VERSION = '0.5.0'
|
PACKAGE_VERSION = '0.6.0'
|
||||||
APRS_APP_VER = PACKAGE_VERSION[:3]
|
APRS_APP_VER = PACKAGE_VERSION[:3]
|
||||||
|
|
||||||
APRS_KEEPALIVE_TIME = 240
|
APRS_KEEPALIVE_TIME = 240
|
||||||
|
|
Ładowanie…
Reference in New Issue