From c6fcd17095720ef5a431ffe80679b98e797bf9ed Mon Sep 17 00:00:00 2001 From: even-even Date: Thu, 10 Sep 2026 11:05:08 +0300 Subject: [PATCH] docs: add 2026 year in copyright and actualization packageVersion --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 236b9e5d3..10f4c7fb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,12 +18,12 @@ # -- Project information ----------------------------------------------------- -project = 'Python client 1.1' -copyright = '2020-2025, Appium' +project = 'Python client 6.0.5' +copyright = '2020-2026, Appium' author = 'Appium' # The full version, including alpha/beta/rc tags -release = '1.1' +release = '6.0.5' language = 'en'