From 1c9e702b8686f04d9fe69824f3bdd171fa523df1 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 2 Nov 2023 11:24:22 -0500 Subject: [PATCH] [py] fix incorrect version changes --- py/docs/source/conf.py | 4 ++-- py/docs/source/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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.