From: Adam Sampson Date: Fri, 6 Feb 2009 17:42:14 +0000 (+0000) Subject: Version 2.12. X-Git-Tag: v2.12 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=3410ee13bbc7a08743fca8a05d958e91619b1090;p=rawdog%2F.git Version 2.12. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index cf1a40f..f93c378 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.12rc3" +VERSION = "2.12" STATE_VERSION = 2 import feedparser, plugins from persister import Persistable, Persister diff --git a/setup.py b/setup.py index 5ec0451..c2c3bf3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "2.12rc3", + version = "2.12", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",