Skip to content

Commit 5eba0fe

Browse files
Bump Python Version to 2.53.6
1 parent 5ad95f2 commit 5eba0fe

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

py/CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Selenium 2.53.6
2+
* Updated the maxVersion of FirefoxDriver xpi maxVersion to work with Firefox 47.0.1
3+
14
Selenium 2.53.5
25
* Handle capabilities better with Marionette and GeckoDriver
36

py/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you have `pip <http://www.pip-installer.org>`_ on your system, you can simply
3636

3737
pip install -U selenium
3838

39-
Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-2.53.1.tar.gz), unarchive it, and run::
39+
Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/selenium>`_ (e.g. selenium-2.53.6.tar.gz), unarchive it, and run::
4040

4141
python setup.py install
4242

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from selenium import selenium
1919

2020

21-
__version__ = "2.53.5"
21+
__version__ = "2.53.6"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
from .common.touch_actions import TouchActions # noqa
3333
from .common.proxy import Proxy # noqa
3434

35-
__version__ = '2.53.5'
35+
__version__ = '2.53.6'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
setup_args = {
3030
'cmdclass': {'install': install},
3131
'name': 'selenium',
32-
'version': "2.53.5",
32+
'version': "2.53.6",
3333
'description': 'Python bindings for Selenium',
3434
'long_description':open(join(abspath(dirname(__file__)), "py", "README.rst")).read(),
3535
'url': 'https://github.com/SeleniumHQ/selenium/',

0 commit comments

Comments
 (0)