Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
- Implement complete GeoRSS specification
- Allow CDATA content in RSS description
- Add source element to feed entries
- Fixed a number of typos
  • Loading branch information
lkiesow committed Sep 8, 2019
1 parent d133e1c commit 9e3146f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions feedgen/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
feedgen.version
~~~~~~~~~~~~~~~
:copyright: 2013-2017, Lars Kiesow <[email protected]>
:copyright: 2013-2018, Lars Kiesow <[email protected]>
:license: FreeBSD and LGPL, see license.* for more details.
'''

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

Expand Down

0 comments on commit 9e3146f

Please sign in to comment.