Release 0.3.2
- Syndication extension - Remove six dependency - Fix typo, schema to scheme - Fixed Localized Time Formatting Issues - Added Support for XML Declaration Signed-off-by: Lars Kiesow <lkiesow@uos.de>
This commit is contained in:
parent
ba89e283b2
commit
345c0edf09
2 changed files with 6 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
'''
|
||||
|
||||
'Version of python-feedgen represented as tuple'
|
||||
version = (0, 3, 1)
|
||||
version = (0, 3, 2)
|
||||
|
||||
|
||||
'Version of python-feedgen represented as string'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
%define srcname feedgen
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Feed Generator (ATOM, RSS, Podcasts)
|
||||
|
||||
Group: Development/Libraries
|
||||
|
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Building for Python 3 as well
|
||||
|
||||
|
|
Loading…
Reference in a new issue