Version 2.13. v2.13
authorAdam Sampson <ats@offog.org>
Fri, 15 Oct 2010 21:38:08 +0000 (21:38 +0000)
committerAdam Sampson <ats@offog.org>
Fri, 15 Oct 2010 21:38:08 +0000 (21:38 +0000)
rawdoglib/rawdog.py
setup.py

index 19b61ca8156d639d7da8a9e433b1758157d27908..2fc8bfcfce22ee47680106657538d313755b0270 100644 (file)
@@ -1,5 +1,5 @@
 # rawdog: RSS aggregator without delusions of grandeur.
-# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Adam Sampson <ats@offog.org>
+# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Adam Sampson <ats@offog.org>
 #
 # 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
index 2f5d47ac3fe627aa2510168dabdb3cc6cd0114f7..87db01a09ed9cd43650ae02be4802dd341f7cfb6 100644 (file)
--- 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",