Version 2.14. v2.14
authorAdam Sampson <ats@offog.org>
Mon, 17 Jun 2013 20:52:06 +0000 (20:52 +0000)
committerAdam Sampson <ats@offog.org>
Mon, 17 Jun 2013 20:52:06 +0000 (20:52 +0000)
rawdoglib/rawdog.py
setup.py

index 148adc48ae90772f52704e20d1837984e8291a21..6351f57dc020ec795eec8d1373742a2fc00173dd 100644 (file)
@@ -1,5 +1,5 @@
 # rawdog: RSS aggregator without delusions of grandeur.
-# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 Adam Sampson <ats@offog.org>
+# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 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.14rc1"
+VERSION = "2.14"
 STATE_VERSION = 2
 import feedparser, plugins
 from persister import Persistable, Persister
index 546e651f6f1de5cc1395ad73dddbb5dcba877d22..1a4005c1869dc0e50d0a3882e7062d84a3c6202f 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name = "rawdog",
-       version = "2.14rc1",
+       version = "2.14",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "ats@offog.org",