kopia lustrzana https://github.com/glidernet/ogn-python
rodzic
4701f4459e
commit
ea75b2a4ea
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.2.1 - 2016-02-17
|
||||||
|
First release via PyPi.
|
||||||
|
- Added CHANGELOG.
|
||||||
|
|
||||||
## 0.2
|
## 0.2
|
||||||
- Changed database schema.
|
- Changed database schema.
|
||||||
- Changed aprs app name to 'ogn-gateway-python'.
|
- Changed aprs app name to 'ogn-gateway-python'.
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
(https://travis-ci.org/glidernet/ogn-python)
|
(https://travis-ci.org/glidernet/ogn-python)
|
||||||
[]
|
[]
|
||||||
(https://coveralls.io/r/glidernet/ogn-python)
|
(https://coveralls.io/r/glidernet/ogn-python)
|
||||||
|
[]
|
||||||
|
(https://pypi.python.org/pypi/ogn-python)
|
||||||
|
|
||||||
A python module for the [Open Glider Network](http://wiki.glidernet.org/).
|
A python module for the [Open Glider Network](http://wiki.glidernet.org/).
|
||||||
The submodule 'ogn.gateway' is an aprs client which could be invoked via a CLI
|
The submodule 'ogn.gateway' is an aprs client which could be invoked via a CLI
|
||||||
|
|
|
@ -4,7 +4,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
|
|
||||||
APRS_APP_NAME = 'ogn-gateway-python'
|
APRS_APP_NAME = 'ogn-gateway-python'
|
||||||
|
|
||||||
PACKAGE_VERSION = '0.2.0'
|
PACKAGE_VERSION = '0.2.1'
|
||||||
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