Skip to content

Commit bf8d072

Browse files
committed
Release 0.3.1
- Python 3 compatibility - Test updates - Encoding support Signed-off-by: Lars Kiesow <[email protected]>
1 parent 7d1bda8 commit bf8d072

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
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-2014, Lars Kiesow <[email protected]>
6+
:copyright: 2013-2015, 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, 3, 0)
13+
version = (0, 3, 1)
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.3.0
4+
Version: 0.3.1
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+
* Fri Jan 16 2015 Lars Kiesow <[email protected]> - 0.3.1-1
55+
- Update to 0.3.1
56+
5457
* Sun Jul 20 2014 Lars Kiesow <[email protected]> - 0.3.0-1
5558
- Update to 0.3
5659

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ Installation
2626
If you are running Fedora Linux, Redhat Enterprise Linux, CentOS or Scientific
2727
Linux you can use one of the following packages:
2828

29-
- [python-feedgen-0.3.0-1.fc21.noarch.rpm
30-
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc21.noarch.rpm)
31-
- [python-feedgen-0.3.0-1.fc20.noarch.rpm
32-
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc20.noarch.rpm)
33-
- [python-feedgen-0.3.0-1.el7.centos.noarch.rpm
34-
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.el7.centos.noarch.rpm)
35-
- [python-feedgen-0.3.0-1.el6.noarch.rpm
36-
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.el6.noarch.rpm)
29+
- [python-feedgen-0.3.1-1.fc21.noarch.rpm
30+
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.noarch.rpm)
31+
- [python-feedgen-0.3.1-1.fc20.noarch.rpm
32+
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc20.noarch.rpm)
33+
- [python-feedgen-0.3.1-1.el7.centos.noarch.rpm
34+
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el7.centos.noarch.rpm)
35+
- [python-feedgen-0.3.1-1.el6.noarch.rpm
36+
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.el6.noarch.rpm)
3737

3838
Simply download the file and run::
3939

4040
$ yum localinstall python-feedgen-...noarch.rpm
4141

4242
If you want to build RPMs for other distributions you can use the following Source RPM:
4343

44-
- [python-feedgen-0.3.0-1.fc20.src.rpm
45-
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.0-1.fc21.src.rpm)
44+
- [python-feedgen-0.3.1-1.fc20.src.rpm
45+
](http://data.larskiesow.de/feedgen/python-feedgen-0.3.1-1.fc21.src.rpm)
4646

4747
**Using pip**
4848

0 commit comments

Comments
 (0)