pull/4/head v0.3.0
Fabian P. Schmidt 2016-03-18 21:57:26 +01:00
rodzic 82973ef00b
commit be181f4791
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# CHANGELOG
## Unreleased
## 0.3.0 - 2016-03-18
The repository ogn-python splitted up into two separate repositories:
- python-ogn-client (the repository this Changelog belongs to),
including an APRS- & OGN-Parser and an APRS-Client.
@ -13,6 +13,7 @@ The repository ogn-python splitted up into two separate repositories:
- Simplified usage of the module: Imported parse functions at package level (`ogn.parser`)
- Refined timstamp reconstruction to accept delayed packets (fixed glidernet/ogn-python#31)
# Historic ogn-python releases
## 0.2.1 - 2016-02-17
First release via PyPi.
- Added CHANGELOG.

Wyświetl plik

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