From: Adam Sampson Date: Fri, 15 Oct 2010 21:38:08 +0000 (+0000) Subject: Version 2.13. X-Git-Tag: v2.13 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=11f7b135d95fcfb59b007d266ca08f0ec296d622;p=rawdog%2F.git Version 2.13. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 19b61ca..2fc8bfc 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -1,5 +1,5 @@ # rawdog: RSS aggregator without delusions of grandeur. -# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Adam Sampson +# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson # # rawdog is free software; you can redistribute and/or modify it # under the terms of that license as published by the Free Software @@ -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.13rc1" +VERSION = "2.13" STATE_VERSION = 2 import feedparser, plugins from persister import Persistable, Persister diff --git a/setup.py b/setup.py index 2f5d47a..87db01a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "2.13rc1", + version = "2.13", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",