Release 0.4.1
- Fixed URI attributes in Atom feeds - Fixed TOC generation in docs Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
9f4431880e
commit
ccf18502bc
2 changed files with 6 additions and 3 deletions
|
@ -3,14 +3,14 @@
|
|||
feedgen.version
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
:copyright: 2013-2015, Lars Kiesow <lkiesow@uos.de>
|
||||
:copyright: 2013-2017, Lars Kiesow <lkiesow@uos.de>
|
||||
|
||||
:license: FreeBSD and LGPL, see license.* for more details.
|
||||
|
||||
'''
|
||||
|
||||
'Version of python-feedgen represented as tuple'
|
||||
version = (0, 4, 0)
|
||||
version = (0, 4, 1)
|
||||
|
||||
|
||||
'Version of python-feedgen represented as string'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%define srcname feedgen
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||
|
||||
|
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 05 2017 Lars Kiesow <lkiesow@uos.de> - 0.4.1-1
|
||||
- Update to 0.4.1
|
||||
|
||||
* Sun Sep 04 2016 Lars Kiesow <lkiesow@uos.de> - 0.4.0-1
|
||||
- Update to 0.4.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue