From: Adam Sampson Date: Sat, 14 Sep 2013 13:14:20 +0000 (+0000) Subject: rawdog 2.19rc1. X-Git-Tag: v2.19~7 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=a00c2c2d44301f88a63521a760eb277289c947a2;p=rawdog%2F.git rawdog 2.19rc1. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index cc3c07e..3661df2 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -16,7 +16,7 @@ # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA, or see http://www.gnu.org/. -VERSION = "2.18" +VERSION = "2.19rc1" HTTP_AGENT = "rawdog/" + VERSION STATE_VERSION = 2 diff --git a/setup.py b/setup.py index 998b1a8..c7e24e7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ if sys.version_info < (2, 6) or sys.version_info >= (3,): sys.exit(1) setup(name = "rawdog", - version = "2.18", + version = "2.19rc1", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",