summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-16 16:28:53 -0500
committerClark Williams <williams@redhat.com>2010-07-16 16:28:53 -0500
commitae6424f15d10f8030b43cd776a6e7423893990b6 (patch)
tree607a9cb5509edcb841ca84a3edaab1dc572ff33d /rteval
parent086b246e8a62c0cf229dcf009ce0943954cb312e (diff)
downloadrteval-ae6424f15d10f8030b43cd776a6e7423893990b6.tar.gz
rteval-ae6424f15d10f8030b43cd776a6e7423893990b6.tar.xz
rteval-ae6424f15d10f8030b43cd776a6e7423893990b6.zip
version bump to v1.29
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 dc3fc41..076e92a 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.28"
+ self.version = "1.29"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None