projects
/
rawdog
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ccd9e
)
rawdog 2.2.
v2.2
author
Adam Sampson
<ats@offog.org>
Wed, 12 Jan 2005 00:16:29 +0000
(
00:16
+0000)
committer
Adam Sampson
<ats@offog.org>
Wed, 12 Jan 2005 00:16:29 +0000
(
00:16
+0000)
rawdoglib/rawdog.py
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/rawdoglib/rawdog.py
b/rawdoglib/rawdog.py
index ee1f89dd9a3abc4106f7d24056935ff8e9b2f3c7..b6434534ec4d5a93e856c1b717522697872c4d98 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 = "2.2
rc1
"
+VERSION = "2.2"
STATE_VERSION = 2
import feedparser, feedfinder, plugins
from persister import Persistable, Persister
diff --git
a/setup.py
b/setup.py
index a98728a9dbec550816c2fdc189b4790864a0d5f9..894791a07bbf2d35958dd181145e99cf878bb48d 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,7
@@
from distutils.core import setup
setup(name = "rawdog",
- version = "2.2
rc1
",
+ version = "2.2",
description = "RSS Aggregator Without Delusions Of Grandeur",
author = "Adam Sampson",
author_email = "azz@us-lot.org",