From: Adam Sampson Date: Sat, 20 Sep 2003 13:39:28 +0000 (+0000) Subject: Update version number. X-Git-Tag: v1.3~16 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=4bc5a86a84e847fb7846adcc496862965565bb4a;p=rawdog%2F.git Update version number. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 49f0b1d..ab213a8 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 = "1.2" +VERSION = "1.3" import feedparser from persister import Persistable, Persister import os, time, sha diff --git a/setup.py b/setup.py index f41d869..4053db8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "1.2", + version = "1.3", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org",