From eaf047c82092062e5a5df7f4087a9a5c7ec75f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Dupr=C3=A9?= Date: Fri, 19 Jan 2024 19:36:19 +0100 Subject: [PATCH] Increment year to 2024 in conf.py (python documentation) (#19107) ### Description Update copyright in python documentation. --- docs/python/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/python/conf.py b/docs/python/conf.py index 065149441b..7ab2d42aa1 100644 --- a/docs/python/conf.py +++ b/docs/python/conf.py @@ -17,7 +17,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..", "_common")) # -- Project information ----------------------------------------------------- project = "Python API" -copyright = "2018-2023, Microsoft" +copyright = "2018-2024, Microsoft" author = "Microsoft" # -- General configuration ---------------------------------------------------