Version 2.14rc1.
authorAdam Sampson <ats@offog.org>
Tue, 11 Jan 2011 12:47:03 +0000 (12:47 +0000)
committerAdam Sampson <ats@offog.org>
Tue, 11 Jan 2011 12:47:03 +0000 (12:47 +0000)
NEWS
rawdoglib/rawdog.py
setup.py

diff --git a/NEWS b/NEWS
index 17eabf4a268a9ccda442b8e8407e949ce89ba614..f317a7c6d81feedfaa3bc364e54bed984b0de461 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- rawdog 2.14
+
 - rawdog 2.13
 
 Forcibly disable BeautifulSoup support in feedparser, since it returns
index 2fc8bfcfce22ee47680106657538d313755b0270..54cbd964d723ea9e3ae7bc31a1115d8bb6b59440 100644 (file)
@@ -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
index 87db01a09ed9cd43650ae02be4802dd341f7cfb6..546e651f6f1de5cc1395ad73dddbb5dcba877d22 100644 (file)
--- 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",