Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
- Prevent XML Denial of Service Attacks
- Make Generator Optional (Atom)
- Properly Parse text/xml
- Add support for html summaries for Atom feeds
  • Loading branch information
lkiesow committed Jan 28, 2020
1 parent 2b77fd5 commit ffe3e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion python-feedgen.spec
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit ffe3e4d

Please sign in to comment.