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:
parent
d133e1c575
commit
9e3146f2ab
2 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue