Skip to content

Commit ffe3e4d

Browse files
committed
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
1 parent 2b77fd5 commit ffe3e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

feedgen/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'''
1111

1212
'Version of python-feedgen represented as tuple'
13-
version = (0, 8, 0)
13+
version = (0, 9, 0)
1414

1515

1616
'Version of python-feedgen represented as string'

python-feedgen.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global pypi_name feedgen
22

33
Name: python-%{pypi_name}
4-
Version: 0.8.0
4+
Version: 0.9.0
55
Release: 1%{?dist}
66
Summary: Feed Generator (ATOM, RSS, Podcasts)
77

0 commit comments

Comments
 (0)