Skip to content

Commit 1131aa0

Browse files
[py] Bump python bindings to 4.1.2
1 parent e8e9389 commit 1131aa0

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

py/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ load("//common:defs.bzl", "copy_file")
55
load("//py:defs.bzl", "py_test_suite")
66
load("//py/private:browsers.bzl", "BROWSERS")
77

8-
SE_VERSION = "4.1.1"
8+
SE_VERSION = "4.1.2"
99

1010
BROWSER_VERSIONS = [
1111
"v85",

py/CHANGES

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Selenium 4.1.2
2+
3+
* Include `py.typed` in the library
4+
15
Selenium 4.1.1
26

37
* add support for Chrome 98 and remove support for Chrome 95
@@ -661,7 +665,7 @@ Selenium 2.47.2
661665
Selenium 2.47.1
662666

663667
* Fix the issue of deleting the profile when shutting down Firefox
664-
* WebElement __eq__ compares against more types
668+
* WebElement **eq** compares against more types
665669
* Issues fixed: 850
666670

667671
Selenium 2.47.0
@@ -739,8 +743,8 @@ Selenium 2.42
739743

740744
* Support for Firefox 29 Native Events
741745
* "remote_url" and "remote_browser" parameters for "./go test_remote".
742-
* missing __init__ in new android module
743-
* issue #7304 Fix memory leak caused by __del__ in PhantomJS
746+
* missing **init** in new android module
747+
* issue #7304 Fix memory leak caused by **del** in PhantomJS
744748
* File upload using remotedriver on python3
745749
* Updating xpi install to align with mozprofile
746750
* command_executor should also support unicode strings as well.

py/selenium/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717

1818

19-
__version__ = "4.1.1"
19+
__version__ = "4.1.2"

py/selenium/webdriver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
from .common.proxy import Proxy # noqa
3838
from .common.keys import Keys # noqa
3939

40-
__version__ = '4.1.1'
40+
__version__ = '4.1.2'

0 commit comments

Comments
 (0)