From aea176eac2edbe487d25c55d7f95e7467f6a940b Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Sun, 18 Oct 2020 11:08:51 +1100 Subject: [PATCH] v0.11 --- CHANGELOG.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50b1ad..fca0724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changes +## 0.11 (18/10/2020) +* Excluded tests from package (thanks @scop). +* Python 3.8 support. + ## 0.10 (05/12/2019) -* Fix handling feeds starting with byte order mark +* Fix handling feeds starting with byte order mark. ## 0.9 (01/04/2019) * Migrated Instituto Geográfico Nacional Sismología feed integration to [python-georss-ign-sismologia-client](https://github.com/exxamalte/python-georss-ign-sismologia-client) diff --git a/setup.py b/setup.py index 521f285..8cd9d94 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="georss_client", - version="0.10", + version="0.11", author="Malte Franken", author_email="coding@subspace.de", description="A GeoRSS client library.",