summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagappan <nagapan@gmail.com>2010-03-29 23:52:59 -0700
committerNagappan <nagapan@gmail.com>2010-03-29 23:52:59 -0700
commitf29c6a2c59eeb5142aa9d3463dd28421bfa9471c (patch)
treeb9af36ce3ee71863276e13ddb721297728269444
parent6a274309339d6d3c366fca4e15b281d9b9132e78 (diff)
Bumped LDTP 2.0.5LDTP_2.0.5
-rw-r--r--NEWS1
-rwxr-xr-xscripts/ldtp2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f950f9a..25eb740 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+LDTP 2.0.5 released Download - Monday March 29 2010
LDTP 2.0.4 released Download - Thursday March 25 2010
LDTPv2 hang in Ubuntu 10.04 is fixed
Don't navigate table cell, as it causes more resource and time in OpenOffice calc
diff --git a/scripts/ldtp b/scripts/ldtp
index c975d4b..433c61e 100755
--- a/scripts/ldtp
+++ b/scripts/ldtp
@@ -17,7 +17,7 @@ def parse_cmd_line_option():
(options, args) = parser.parse_args()
if options.version:
# Print version info and exit
- print 'ldtp-2.0.4'
+ print 'ldtp-2.0.5'
sys.exit(0)
parse_cmd_line_option()
diff --git a/setup.py b/setup.py
index c86787a..94c2498 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='ldtp',
- version='2.0.4',
+ version='2.0.5',
description='Linux Desktop Testing Project Version 2',
maintainer='Nagappan Alagappan',
maintainer_email='nagappan@gmail.com',