Release 0.4.0
- Added support for custom extensions - Updated set-up utils - Added Torrent extensions - Added support for multiple ITunes (sub-)categories - Fixed CDATA content Thanks to all contributors for doing most of the work! Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
2d605c303b
commit
edcb01f085
2 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
'''
|
||||
|
||||
'Version of python-feedgen represented as tuple'
|
||||
version = (0, 3, 2)
|
||||
version = (0, 4, 0)
|
||||
|
||||
|
||||
'Version of python-feedgen represented as string'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%define srcname feedgen
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.3.2
|
||||
Version: 0.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||
|
||||
|
@ -93,7 +93,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 29 2015 Lars Kiesow <lkiesow@uos.de> 0.3.2-1
|
||||
* Sun Sep 04 2016 Lars Kiesow <lkiesow@uos.de> - 0.4.0-1
|
||||
- Update to 0.4.0
|
||||
|
||||
* Thu Oct 29 2015 Lars Kiesow <lkiesow@uos.de> - 0.3.2-1
|
||||
- Update to 0.3.2
|
||||
|
||||
* Mon May 4 2015 Lars Kiesow <lkiesow@uos.de> - 0.3.1-2
|
||||
|
|
Loading…
Reference in a new issue