From 1bda64d80410006f831bbb919de29a73da054c7f Mon Sep 17 00:00:00 2001 From: GarrettAlley <35081654+GarrettAlley@users.noreply.github.com> Date: Fri, 2 May 2025 10:06:52 -0700 Subject: [PATCH] Edit conf.py to update Copyright year --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 447834bb..73a8a127 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -8,7 +8,7 @@ project = "Tecton Client" -copyright = "2024, tecton.ai" +copyright = "2025, tecton.ai" author = "tecton.ai" # -- General configuration ---------------------------------------------------