DavidBurns bumping python version
git-svn-id: http://selenium.googlecode.com/svn/trunk/py@18256 07704840-8298-11de-bf8c-fd130f914ac9
diff --git a/README b/README
index d805854..53745b0 100644
--- a/README
+++ b/README
@@ -27,10 +27,10 @@
Java Server
-----------
-Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.26.0.jar
+Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.27.0.jar
::
- java -jar selenium-server-standalone-2.26.0.jar
+ java -jar selenium-server-standalone-2.27.0.jar
Example
=======
diff --git a/selenium/__init__.py b/selenium/__init__.py
index 3614ca8..cf804b6 100644
--- a/selenium/__init__.py
+++ b/selenium/__init__.py
@@ -16,4 +16,4 @@
from selenium import selenium
-__version__ = "2.26.0"
+__version__ = "2.27.0"
diff --git a/selenium/webdriver/__init__.py b/selenium/webdriver/__init__.py
index 3b95d1d..93784e8 100644
--- a/selenium/webdriver/__init__.py
+++ b/selenium/webdriver/__init__.py
@@ -28,4 +28,4 @@
from common.touch_actions import TouchActions
from common.proxy import Proxy
-__version__ = '2.26.0'
+__version__ = '2.27.0'