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:
Lars Kiesow 2020-01-28 17:58:13 +01:00
parent 2b77fd58eb
commit ffe3e4d752
No known key found for this signature in database
GPG key ID: 5DAFE8D9C823CE73
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
''' '''
'Version of python-feedgen represented as tuple' 'Version of python-feedgen represented as tuple'
version = (0, 8, 0) version = (0, 9, 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.8.0 Version: 0.9.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts) Summary: Feed Generator (ATOM, RSS, Podcasts)