From 13adb3efed7f0d60e6d11c14fbab86cf36c9178d Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Thu, 29 Sep 2016 18:42:26 +0200 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 2 ++ ogn/client/settings.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 212a24d..37e9c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG ## Unreleased + +## 0.5.0 - 2016-09-29 - Added aprs destination callsign as `dstcall` to aprs beacon keys (#9) - Changed aprs parser to allow other destination calls than `APRS` - Fixed parsing of APRS precision and datum option (#7) diff --git a/ogn/client/settings.py b/ogn/client/settings.py index 7a92011..037b319 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.4.0' +PACKAGE_VERSION = '0.5.0' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240