Release 0.8.0

- Implement complete GeoRSS specification
- Allow CDATA content in RSS description
- Add source element to feed entries
- Fixed a number of typos
This commit is contained in:
Lars Kiesow 2019-09-08 12:20:13 +02:00
parent d133e1c575
commit 9e3146f2ab
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 3 additions and 3 deletions

View file

@ -3,14 +3,14 @@
feedgen.version feedgen.version
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
:copyright: 2013-2017, Lars Kiesow <lkiesow@uos.de> :copyright: 2013-2018, Lars Kiesow <lkiesow@uos.de>
:license: FreeBSD and LGPL, see license.* for more details. :license: FreeBSD and LGPL, see license.* for more details.
''' '''
'Version of python-feedgen represented as tuple' 'Version of python-feedgen represented as tuple'
version = (0, 7, 0) version = (0, 8, 0)
'Version of python-feedgen represented as string' 'Version of python-feedgen represented as string'

View file

@ -1,7 +1,7 @@
%global pypi_name feedgen %global pypi_name feedgen
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 0.7.0 Version: 0.8.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts) Summary: Feed Generator (ATOM, RSS, Podcasts)