Skip to content

Commit 8e0ed2d

Browse files
committed
Release 0.3.0
- Fixed several minor bugs - Code cleanup of extensions (API change!) - Added unit tests Thanks to all contributors! Signed-off-by: Lars Kiesow <[email protected]>
1 parent 36a16fe commit 8e0ed2d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

feedgen/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
feedgen.version
44
~~~~~~~~~~~~~~~
55
6-
:copyright: 2013, Lars Kiesow <[email protected]>
6+
:copyright: 2013-2014, Lars Kiesow <[email protected]>
77
88
:license: FreeBSD and LGPL, see license.* for more details.
99
1010
'''
1111

1212
'Version of python-feedgen represented as tuple'
13-
version = (0, 2, 8)
13+
version = (0, 3, 0)
1414

1515

1616
'Version of python-feedgen represented as string'

python-feedgen.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%define srcname feedgen
22

33
Name: python-%{srcname}
4-
Version: 0.2.8
4+
Version: 0.3.0
55
Release: 1%{?dist}
66
Summary: Feed Generator (ATOM, RSS, Podcasts)
77

@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
5151

5252

5353
%changelog
54+
* Sun Jul 20 2014 Lars Kiesow <[email protected]> - 0.3.0-1
55+
- Update to 0.3
56+
5457
* Wed Jan 1 2014 Lars Kiesow <[email protected]> - 0.2.8-1
5558
- Update to 0.2.8
5659

0 commit comments

Comments
 (0)