Skip to content

Commit

Permalink
Bump Python to 2.53.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 10, 2016
1 parent 2802b6f commit 4e92bf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions py/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Selenium 2.53.5
* Handle capabilities better with Marionette and GeckoDriver

Selenium 2.53.4
* Pass the firefox_profile as a desired capability in the Python client when using a remote server
* Avoid checking exception details for invalid locators due to differences in server implementations
Expand Down
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
from selenium import selenium


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

__version__ = '2.53.4'
__version__ = '2.53.5'

0 comments on commit 4e92bf9

Please sign in to comment.