summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-08 16:34:03 -0500
committerClark Williams <williams@redhat.com>2010-07-08 16:34:03 -0500
commit1cef7b48e883670ebe5936f4c47d77e9520ceffe (patch)
tree151f85b34645a6dab0c34b3f34535ec9b1724287 /rteval
parent69cadd050763d1e23a920a100b5479d38c5c8538 (diff)
downloadrteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.tar.gz
rteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.tar.xz
rteval-1cef7b48e883670ebe5936f4c47d77e9520ceffe.zip
vesion bump to v1.23
Signed-off-by: Clark Williams <williams@redhat.com>
Diffstat (limited to 'rteval')
-rw-r--r--rteval/rteval.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 08adf15..f034e6f 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@ def sigint_handler(signum, frame):
class RtEval(object):
def __init__(self, cmdargs):
- self.version = "1.22"
+ self.version = "1.23"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None