Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
- MediaRSS support
- New entries are now rendered first
- Python 3.6 support and testing
- Add permalink attribute to RSS guid
- Lots of tests and minor fixes
  • Loading branch information
lkiesow committed Oct 14, 2017
1 parent 9f05e10 commit 07073ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion feedgen/version.py
Expand Up @@ -10,7 +10,7 @@
'''

'Version of python-feedgen represented as tuple'
version = (0, 5, 1)
version = (0, 6, 0)


'Version of python-feedgen represented as string'
Expand Down
5 changes: 4 additions & 1 deletion python-feedgen.spec
@@ -1,7 +1,7 @@
%define srcname feedgen

Name: python-%{srcname}
Version: 0.5.1
Version: 0.6.0
Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts)

Expand Down Expand Up @@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Sat Oct 14 2017 Lars Kiesow <lkiesow@uos.de> - 0.6.0-1
- Update to 0.6.0

* Thu Jan 05 2017 Lars Kiesow <lkiesow@uos.de> - 0.5.1-1
- Update to 0.5.1

Expand Down

0 comments on commit 07073ec

Please sign in to comment.