diff --git a/docs/conf.py b/docs/conf.py index db77ddf4ff..95092864e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ PY_FUNC = "py:func" project = "Litestar" -copyright = "2023, Litestar-Org" +copyright = "2024, Litestar-Org" author = "Litestar-Org" release = os.getenv("_LITESTAR_DOCS_BUILD_VERSION", importlib.metadata.version("litestar").rsplit(".")[0])