Skip to content

Commit 1c9e702

Browse files
committed
[py] fix incorrect version changes
1 parent 385f96f commit 1c9e702

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

py/docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '4.14'
59+
version = '4.15'
6060
# The full version, including alpha/beta/rc tags.
61-
release = version
61+
release = '4.15.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

py/docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Download the server separately, from: https://www.selenium.dev/downloads/
130130

131131
Run the server from the command line::
132132

133-
java -jar selenium-server-4.15.1.jar
133+
java -jar selenium-server-4.15.0.jar
134134

135135
Then run your Python client scripts.
136136

0 commit comments

Comments
 (0)