From a094ddc4deae9c708a66e1599d58c6cd35a5c80a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Mon, 17 Jun 2013 20:52:06 +0000 Subject: [PATCH] Version 2.14. --- rawdoglib/rawdog.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 148adc4..6351f57 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, 2010, 2012 Adam Sampson +# Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013 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.14rc1" +VERSION = "2.14" STATE_VERSION = 2 import feedparser, plugins from persister import Persistable, Persister diff --git a/setup.py b/setup.py index 546e651..1a4005c 100644 --- 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", -- 2.35.1