Release 0.9.0
- Prevent XML Denial of Service Attacks - Make Generator Optional (Atom) - Properly Parse text/xml - Add support for html summaries for Atom feeds
This commit is contained in:
parent
2b77fd58eb
commit
ffe3e4d752
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
'''
|
||||
|
||||
'Version of python-feedgen represented as tuple'
|
||||
version = (0, 8, 0)
|
||||
version = (0, 9, 0)
|
||||
|
||||
|
||||
'Version of python-feedgen represented as string'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%global pypi_name feedgen
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.8.0
|
||||
Version: 0.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||
|
||||
|
|
Loading…
Reference in a new issue