Skip to content

Commit

Permalink
Merge pull request #48 from Meisterschueler/prepare/release
Browse files Browse the repository at this point in the history
Release v0.8.1
  • Loading branch information
Meisterschueler authored Jan 12, 2018
2 parents f562580 + 37e239f commit 88a73c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## 0.8.1: - 2018-01-12
- client: Ignore messages other than UTF-8
- parser: Allow IDs only with hexadecimal values

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.8.0'
PACKAGE_VERSION = '0.8.1'
APRS_APP_VER = PACKAGE_VERSION[:3]

APRS_KEEPALIVE_TIME = 240
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
'Intended Audience :: Science/Research',
'Topic :: Scientific/Engineering :: GIS',
'License :: OSI Approved :: GNU Affero General Public License v3',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords='gliding ogn',
packages=['ogn.{}'.format(package) for package in find_packages(where='ogn')],
python_requires='>=3',
install_requires=[],
extras_require={
'dev': [
Expand Down

0 comments on commit 88a73c0

Please sign in to comment.