Release 0.6.0
- 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
This commit is contained in:
parent
9f05e108b5
commit
07073ec0b7
2 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
'''
|
'''
|
||||||
|
|
||||||
'Version of python-feedgen represented as tuple'
|
'Version of python-feedgen represented as tuple'
|
||||||
version = (0, 5, 1)
|
version = (0, 6, 0)
|
||||||
|
|
||||||
|
|
||||||
'Version of python-feedgen represented as string'
|
'Version of python-feedgen represented as string'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%define srcname feedgen
|
%define srcname feedgen
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.5.1
|
Version: 0.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||||
|
|
||||||
|
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 05 2017 Lars Kiesow <lkiesow@uos.de> - 0.5.1-1
|
||||||
- Update to 0.5.1
|
- Update to 0.5.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue