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