Update version to 1.2.
authorAdam Sampson <ats@offog.org>
Tue, 29 Jul 2003 06:29:49 +0000 (06:29 +0000)
committerAdam Sampson <ats@offog.org>
Tue, 29 Jul 2003 06:29:49 +0000 (06:29 +0000)
rawdoglib/rawdog.py
setup.py

index 159b6b36300b042b898b420d5b4f2a22be0a4930..ffd0a3f0be4f2d334a028661d1f77bd1f80ea56c 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 = "1.1"
+VERSION = "1.2"
 import feedparser
 from persister import Persistable, Persister
 import os, time, sha
index aedab643d8fb0519ee4640dae9bed8d176af68cc..f41d869cb7a58d3d94abe2a5ea70c3c4645ef5e2 100644 (file)
--- 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",