projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597b245
)
Updated version to 1.0.
author
Adam Sampson
<ats@offog.org>
Wed, 21 May 2003 13:37:18 +0000
(13:37 +0000)
committer
Adam Sampson
<ats@offog.org>
Wed, 21 May 2003 13:37:18 +0000
(13:37 +0000)
rawdoglib/rawdog.py
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/rawdoglib/rawdog.py
b/rawdoglib/rawdog.py
index 9853ff9c433fc407874bb7765cb2b75b1ecdb2f6..fa1acd6401c22c671638d093f3c0f0a281b0117a 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 = "
0.5
"
+VERSION = "
1.0
"
import rssparser
from persister import Persistable, Persister
import os, time, sha
diff --git
a/setup.py
b/setup.py
index ab2ee83d98619bea97cd7ec1649b03da675819d7..80f565bf47864200d37f458aac3b614e63e000f7 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from distutils.core import setup
setup(name = "rawdog",
- version = "
0.5
",
+ version = "
1.0
",
description = "RSS Aggregator Without Delusions Of Grandeur",
author = "Adam Sampson",
author_email = "azz@us-lot.org",