diff --git a/py/docs/source/conf.py b/py/docs/source/conf.py index f6c67caaba325..a9ee58cf6d4fc 100644 --- a/py/docs/source/conf.py +++ b/py/docs/source/conf.py @@ -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. diff --git a/py/docs/source/index.rst b/py/docs/source/index.rst index 7f0ebfa2155fb..1adc92dc5ccc3 100755 --- a/py/docs/source/index.rst +++ b/py/docs/source/index.rst @@ -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.