Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Meisterschueler committed Apr 6, 2021
1 parent 8db0e77 commit 464969a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ogn/client/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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
Expand Down

0 comments on commit 464969a

Please sign in to comment.