Skip to content

Commit 6abfa2f

Browse files
author
AutomatedTester
committed
Bump python to 2.47.1
1 parent 4003b75 commit 6abfa2f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

py/CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Selenium 2.47.1
2+
* Fix the issue of deleting the profile when shutting down Firefox
3+
* WebElement __eq__ compares against more types
4+
* Issues fixed: 850
5+
16
Selenium 2.47.0
27
* Add in support for when communicating with a Spec compliant browsers
38
* Initial support for Edge using EdgeDriver

py/selenium/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
from selenium import selenium
1919

2020

21-
__version__ = "2.47.0"
21+
__version__ = "2.47.1"

py/selenium/webdriver/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
from .common.touch_actions import TouchActions
3333
from .common.proxy import Proxy
3434

35-
__version__ = '2.47.0'
35+
__version__ = '2.47.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
setup_args = {
3232
'cmdclass': {'install': install},
3333
'name': 'selenium',
34-
'version': "2.47.0",
34+
'version': "2.47.1",
3535
'description': 'Python bindings for Selenium',
3636
'long_description': open(join(abspath(dirname(__file__)), "py", "README")).read(),
3737
'url': 'https://github.com/SeleniumHQ/selenium/',

0 commit comments

Comments
 (0)