diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a7d8c..2dadaed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/ogn/client/settings.py b/ogn/client/settings.py index cba9228..a508601 100644 --- a/ogn/client/settings.py +++ b/ogn/client/settings.py @@ -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