From: Adam Sampson Date: Thu, 13 Jan 2005 11:49:45 +0000 (+0000) Subject: Start the 2.4 series. X-Git-Tag: v2.4rc1~6 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=4e717a0a7b461a6e1c0619c0f983d17f7992ce81;p=rawdog%2F.git Start the 2.4 series. --- diff --git a/NEWS b/NEWS index 63e9795..0e46bea 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +- rawdog 2.4 + - rawdog 2.3 Make the id= parameter work correctly (patch from Jon Nelson). diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 4cb95b7..81fec29 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -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 diff --git a/setup.py b/setup.py index 894791a..54a9cab 100644 --- 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",