summaryrefslogtreecommitdiffstats
path: root/rteval
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-16 15:31:40 -0500
committerClark Williams <williams@redhat.com>2010-07-16 15:31:40 -0500
commit2b9f6a71185c4bd85ab5727e366c7366fe6863d1 (patch)
treedafc3306181160ee84215fa5c4c88d547922b893 /rteval
parentfae41da52a50423e65f36729a56afeb4835eaf6c (diff)
downloadrteval-2b9f6a71185c4bd85ab5727e366c7366fe6863d1.tar.gz
rteval-2b9f6a71185c4bd85ab5727e366c7366fe6863d1.tar.xz
rteval-2b9f6a71185c4bd85ab5727e366c7366fe6863d1.zip
version bump to v1.28
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 2a5b9da..dc3fc41 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.27"
+ self.version = "1.28"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None