Skip to content

Commit

Permalink
DavidBurns bumping python version numbers to 2.26
Browse files Browse the repository at this point in the history
r18043
  • Loading branch information
AutomatedTester committed Nov 1, 2012
1 parent 5f9653e commit 397f8e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Python Client
Java Server
-----------

Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.25.0.jar
Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.26.0.jar
::

java -jar selenium-server-standalone-2.25.0.jar
java -jar selenium-server-standalone-2.26.0.jar

Example
=======
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
from selenium import selenium


__version__ = "2.25.0"
__version__ = "2.26.0"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
from common.touch_actions import TouchActions
from common.proxy import Proxy

__version__ = '2.25.0'
__version__ = '2.26.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup_python3():
setup(
cmdclass={'install': install},
name='selenium',
version="2.25.0",
version="2.26.0",
description='Python bindings for Selenium',
long_description=open(join(abspath(dirname(__file__)), "py", "README")).read(),
url='http://code.google.com/p/selenium/',
Expand Down

0 comments on commit 397f8e6

Please sign in to comment.