Skip to content

Commit

Permalink
LukeIS: bumping revision numbers to 2.23
Browse files Browse the repository at this point in the history
r17137
  • Loading branch information
lukeis committed Jun 7, 2012
1 parent 177ab06 commit 4ae7a57
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require 'rake-tasks/ie_code_generator'
require 'rake-tasks/gecko_sdks'

def version
"2.22.0"
"2.23.0"
end
ide_version = "1.0.12"

Expand Down
11 changes: 11 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v2.23.0
=======

WebDriver:
* Firefox 13 support
* CSS Selectors now allow compund selecotrs
* SafariDriver is (still) in Beta, annotated accrodingly in Java
* FIXED: 3785: Implicit waits for Safari driver
* FIXED: 1225: Get text is handled appropriately for self-
closing tags.

v2.22.0
=======

Expand Down
4 changes: 2 additions & 2 deletions java/server/src/org/openqa/selenium/server/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
selenium.rc.version=2.22
selenium.rc.version=2.23
selenium.rc.revision=.0
selenium.core.version=2.22
selenium.core.version=2.23
selenium.core.revision=.0
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>fxdriver@googlecode.com</em:id>
<em:version>2.22.0</em:version>
<em:version>2.23.0</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down
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.21.0.jar
Download the server from http://selenium.googlecode.com/files/selenium-server-standalone-2.23.0.jar
::

java -jar selenium-server-standalone-2.21.0.jar
java -jar selenium-server-standalone-2.23.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.22.0"
__version__ = "2.23.0"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from common.action_chains import ActionChains
from common.proxy import Proxy

__version__ = '2.22.0'
__version__ = '2.23.0'

0 comments on commit 4ae7a57

Please sign in to comment.