From: Adam Sampson Date: Tue, 11 Jan 2011 12:47:03 +0000 (+0000) Subject: Version 2.14rc1. X-Git-Tag: v2.14~5 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=444ac36ee64f604cbe2d3fd36ee759d13404757f;p=rawdog%2F.git Version 2.14rc1. --- diff --git a/NEWS b/NEWS index 17eabf4..f317a7c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- rawdog 2.14 + - rawdog 2.13 Forcibly disable BeautifulSoup support in feedparser, since it returns diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 2fc8bfc..54cbd96 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.13" +VERSION = "2.14rc1" STATE_VERSION = 2 import feedparser, plugins from persister import Persistable, Persister diff --git a/setup.py b/setup.py index 87db01a..546e651 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "2.13", + version = "2.14rc1", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "ats@offog.org",