Skip to content

Commit

Permalink
Release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Meisterschueler committed Sep 18, 2018
1 parent 4a2c242 commit 0ec3dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG
## Unreleased
## 0.9.1: - 2018-09-18
- parser: Fixed SPOT beacons and Tracker beacons
- parser: Fixed kph to ms conversion
- client: Catch ConnectionResetError
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 = '0.9.0'
PACKAGE_VERSION = '0.9.1'
APRS_APP_VER = PACKAGE_VERSION[:3]

APRS_KEEPALIVE_TIME = 240
Expand Down

0 comments on commit 0ec3dc2

Please sign in to comment.