projects
/
rss2email.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7854087
)
Setup the correct version number in rss2email.py
author
Etienne Millon
<etienne.millon@gmail.com>
Fri, 26 Aug 2011 17:05:15 +0000
(19:05 +0200)
committer
Matěj Cepl
<mcepl@redhat.com>
Mon, 18 Feb 2013 19:15:00 +0000
(20:15 +0100)
This version is 2.71, but __version__ incorrectly states that it is 2.70.
This number is used in the User-Agent string and in error messages.
rss2email.py
patch
|
blob
|
history
diff --git
a/rss2email.py
b/rss2email.py
index 0dc2d04b3521a886f2e324e5a38e69e896c09fee..7696d99023988c94ffc9a0172e51d867716b1314 100755
(executable)
--- a/
rss2email.py
+++ b/
rss2email.py
@@
-15,7
+15,7
@@
Usage:
opmlexport
opmlimport filename
"""
-__version__ = "2.7
0
"
+__version__ = "2.7
1
"
__author__ = "Lindsey Smith (lindsey@allthingsrss.com)"
__copyright__ = "(C) 2004 Aaron Swartz. GNU GPL 2 or 3."
___contributors__ = ["Dean Jackson", "Brian Lalor", "Joey Hess",