From 37e239fb3a83dba06d59f2e5c20f37da8a251d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Gru=CC=88ndger?= Date: Fri, 12 Jan 2018 18:49:57 +0100 Subject: [PATCH] Release v0.8.1 --- CHANGELOG.md | 2 +- ogn/client/settings.py | 2 +- setup.py | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8551beb..bd45c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ogn/client/settings.py b/ogn/client/settings.py index a89a029..f4c4088 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.8.0' +PACKAGE_VERSION = '0.8.1' APRS_APP_VER = PACKAGE_VERSION[:3] APRS_KEEPALIVE_TIME = 240 diff --git a/setup.py b/setup.py index 882a0bc..5351c06 100644 --- a/setup.py +++ b/setup.py @@ -27,13 +27,14 @@ setup( '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': [