Setup the correct version number in rss2email.py
authorEtienne Millon <etienne.millon@gmail.com>
Fri, 26 Aug 2011 17:05:15 +0000 (19:05 +0200)
committerMatě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

index 0dc2d04b3521a886f2e324e5a38e69e896c09fee..7696d99023988c94ffc9a0172e51d867716b1314 100755 (executable)
@@ -15,7 +15,7 @@ Usage:
   opmlexport
   opmlimport filename
 """
-__version__ = "2.70"
+__version__ = "2.71"
 __author__ = "Lindsey Smith (lindsey@allthingsrss.com)"
 __copyright__ = "(C) 2004 Aaron Swartz. GNU GPL 2 or 3."
 ___contributors__ = ["Dean Jackson", "Brian Lalor", "Joey Hess",