Skip to content

Commit a80727b

Browse files
author
AutomatedTester
committed
Bumping Python to 2.46.1
1 parent 08b70a4 commit a80727b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

py/CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Selenium 2.47.0 (in development)
1+
Selenium 2.46.1
22
* Adding ability to make remote call for webelement screenshots in accordance to the W3C spec
33
* Adding api to authenticate HTTP Auth modal dialogs via driver.switch_to.alert (beta)
44
* Add rebeccapurple to Color Object

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.46.0"
21+
__version__ = "2.46.1"

py/selenium/webdriver/__init__.py

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

34-
__version__ = '2.46.0'
34+
__version__ = '2.46.1'

setup.py

Lines changed: 1 addition & 1 deletion
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.46.0",
34+
'version': "2.46.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)