Skip to content

Commit

Permalink
[py] fix incorrect version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Nov 2, 2023
1 parent 385f96f commit 1c9e702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions py/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.14'
version = '4.15'
# The full version, including alpha/beta/rc tags.
release = version
release = '4.15.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion py/docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Download the server separately, from: https://www.selenium.dev/downloads/

Run the server from the command line::

java -jar selenium-server-4.15.1.jar
java -jar selenium-server-4.15.0.jar

Then run your Python client scripts.

Expand Down

0 comments on commit 1c9e702

Please sign in to comment.