# 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
# 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
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",