Skip to content

Commit

Permalink
[build] Using correct file name when bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Dec 11, 2023
1 parent 2d73f13 commit 7cbfdbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion py/selenium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.


__version__ = "4.15.2"
__version__ = "4.16.0"
2 changes: 1 addition & 1 deletion py/selenium/webdriver/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.15.2"
__version__ = "4.16.0"

# We need an explicit __all__ because the above won't otherwise be exported.
__all__ = [
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-versions
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ FILES_TO_UPDATE=(
"rb/lib/selenium/webdriver/version.rb"
"py/setup.py"
"py/BUILD.bazel"
"py/selenium/init.py"
"py/selenium/webdriver/init.py"
"py/selenium/__init__.py"
"py/selenium/webdriver/__init__.py"
"py/docs/source/conf.py"
"java/version.bzl"
"javascript/node/selenium-webdriver/package.json"
Expand Down

0 comments on commit 7cbfdbd

Please sign in to comment.