From 464969a70ef725d00f05d7ba1554e6ee5cb2a165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Tue, 6 Apr 2021 09:07:16 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 4 ++++ ogn/client/settings.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23730f5..1640623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # CHANGELOG + +## 1.1.0: - 2021-04-05 +- parser: Added no-tracking flag decoding +- parser: Fixed aircraft_type decoding ## 1.0.1: - 2020-11-02 - client: catch errors while connecting (fixes #74 and #91) - client: no logging messages by default (fixes #92) diff --git a/ogn/client/settings.py b/ogn/client/settings.py index a4591fe..7dd42df 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 = '1.0.1' +PACKAGE_VERSION = '1.1.0' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240