diff options
author | Clark Williams <williams@redhat.com> | 2009-10-12 13:44:17 -0500 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-10-23 17:26:07 +0200 |
commit | 2c147002151aa931bb67f763d2f36eece86a8179 (patch) | |
tree | 78dc8eaa3087312fc0ee76a2a6f826a0b8530806 /rteval | |
parent | f862a95401e49ef43c8ff50f4d8ff81427e6dda9 (diff) | |
download | rteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.gz rteval-2c147002151aa931bb67f763d2f36eece86a8179.tar.xz rteval-2c147002151aa931bb67f763d2f36eece86a8179.zip |
version bump to 1.5
updated option processing, changed stats to use less memory,
changed debug output to prefix with module name
Diffstat (limited to 'rteval')
-rw-r--r-- | rteval/rteval.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py index 4648c8b..07ec04b 100644 --- a/rteval/rteval.py +++ b/rteval/rteval.py @@ -57,7 +57,7 @@ import rtevalMailer class RtEval(object): def __init__(self): - self.version = "1.4" + self.version = "1.5" self.load_modules = [] self.workdir = os.getcwd() self.inifile = None |