Start the 2.4 series.
authorAdam Sampson <ats@offog.org>
Thu, 13 Jan 2005 11:49:45 +0000 (11:49 +0000)
committerAdam Sampson <ats@offog.org>
Thu, 13 Jan 2005 11:49:45 +0000 (11:49 +0000)
NEWS
rawdoglib/rawdog.py
setup.py

diff --git a/NEWS b/NEWS
index 63e979518c58782a4eabebd041b1497ed172c915..0e46bea61d3242f6dde7ca8151667a41daa20c71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- rawdog 2.4
+
 - rawdog 2.3
 
 Make the id= parameter work correctly (patch from Jon Nelson).
index 4cb95b7e0959328c6ebbe97ee2d68c56391234a5..81fec29fe553d04a6cd50e58a5508c9ecfd4a6ce 100644 (file)
@@ -16,7 +16,7 @@
 # Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA 02111-1307 USA, or see http://www.gnu.org/.
 
-VERSION = "2.2"
+VERSION = "2.4rc1"
 STATE_VERSION = 2
 import feedparser, feedfinder, plugins
 from persister import Persistable, Persister
index 894791a07bbf2d35958dd181145e99cf878bb48d..54a9cab7ed670ec81b72967ba01059939c5f0c55 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name = "rawdog",
-       version = "2.2",
+       version = "2.4rc1",
        description = "RSS Aggregator Without Delusions Of Grandeur",
        author = "Adam Sampson",
        author_email = "azz@us-lot.org",