From 5c9ea35d79141dc6712ec743832ead49b20677e5 Mon Sep 17 00:00:00 2001 From: David Burns Date: Tue, 19 Jun 2012 20:06:27 +0000 Subject: [PATCH] DavidBurns bumping version to 2.24 r17212 --- py/README | 4 ++-- py/selenium/__init__.py | 2 +- py/selenium/webdriver/__init__.py | 2 +- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/py/README b/py/README index fba38a6919900..bdc0bbd08ec1e 100644 --- a/py/README +++ b/py/README @@ -27,10 +27,10 @@ Python Client Java Server ----------- -Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.23.0.jar +Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.24.0.jar :: - java -jar selenium-server-standalone-2.23.0.jar + java -jar selenium-server-standalone-2.24.0.jar Example ======= diff --git a/py/selenium/__init__.py b/py/selenium/__init__.py index b704ab5136477..4668e5d580bbf 100644 --- a/py/selenium/__init__.py +++ b/py/selenium/__init__.py @@ -16,4 +16,4 @@ from selenium import selenium -__version__ = "2.23.0" +__version__ = "2.24.0" diff --git a/py/selenium/webdriver/__init__.py b/py/selenium/webdriver/__init__.py index 348c8952cd030..ceb8c16e2855e 100644 --- a/py/selenium/webdriver/__init__.py +++ b/py/selenium/webdriver/__init__.py @@ -26,4 +26,4 @@ from common.action_chains import ActionChains from common.proxy import Proxy -__version__ = '2.23.0' +__version__ = '2.24.0' diff --git a/setup.py b/setup.py index c075be54528a4..fbb74909b2203 100755 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def setup_python3(): setup( cmdclass={'install': install}, name='selenium', - version="2.22.0", + version="2.24.0", description='Python bindings for Selenium', long_description=open(join(abspath(dirname(__file__)), "py", "README")).read(), url='http://code.google.com/p/selenium/',