projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84625d0
)
Updated version to 1.1.
author
Adam Sampson
<ats@offog.org>
Fri, 23 May 2003 11:09:24 +0000
(11:09 +0000)
committer
Adam Sampson
<ats@offog.org>
Fri, 23 May 2003 11:09:24 +0000
(11:09 +0000)
rawdoglib/rawdog.py
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/rawdoglib/rawdog.py
b/rawdoglib/rawdog.py
index fa1acd6401c22c671638d093f3c0f0a281b0117a..adde523574f7b788c1e6caaa88aef8898e2ef1c9 100644
(file)
--- 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.
0
"
+VERSION = "1.
1
"
import rssparser
from persister import Persistable, Persister
import os, time, sha
diff --git
a/setup.py
b/setup.py
index 80f565bf47864200d37f458aac3b614e63e000f7..1f5f8a489c788f631f6ba115a72e4153d176b38f 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from distutils.core import setup
setup(name = "rawdog",
- version = "1.
0
",
+ version = "1.
1
",
description = "RSS Aggregator Without Delusions Of Grandeur",
author = "Adam Sampson",
author_email = "azz@us-lot.org",