We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d133e1c commit 9e3146fCopy full SHA for 9e3146f
feedgen/version.py
@@ -3,14 +3,14 @@
3
feedgen.version
4
~~~~~~~~~~~~~~~
5
6
- :copyright: 2013-2017, Lars Kiesow <lkiesow@uos.de>
+ :copyright: 2013-2018, Lars Kiesow <lkiesow@uos.de>
7
8
:license: FreeBSD and LGPL, see license.* for more details.
9
10
'''
11
12
'Version of python-feedgen represented as tuple'
13
-version = (0, 7, 0)
+version = (0, 8, 0)
14
15
16
'Version of python-feedgen represented as string'
python-feedgen.spec
@@ -1,7 +1,7 @@
1
%global pypi_name feedgen
2
Name: python-%{pypi_name}
-Version: 0.7.0
+Version: 0.8.0
Release: 1%{?dist}
Summary: Feed Generator (ATOM, RSS, Podcasts)
0 commit comments