From: Adam Sampson Date: Tue, 29 Jul 2003 06:29:49 +0000 (+0000) Subject: Update version to 1.2. X-Git-Tag: v1.2~11 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f9be3a73401f241aa3d63ef644f7f9185c97310a;p=rawdog%2F.git Update version to 1.2. --- diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 159b6b3..ffd0a3f 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.1" +VERSION = "1.2" import feedparser from persister import Persistable, Persister import os, time, sha diff --git a/setup.py b/setup.py index aedab64..f41d869 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "rawdog", - version = "1.1", + version = "1.2", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org",