From de17ed39e0cdb05c203f7d2101abbd0927020eb9 Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Fri, 10 Jan 2025 02:11:36 +0000 Subject: [PATCH] chore: welcome to 2025 --- LICENSE | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 747085e1a7..4bb730da7d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2021, 2022, 2023, 2024 Litestar Org. +Copyright (c) 2021, 2022, 2023, 2024, 2025 Litestar Org. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/conf.py b/docs/conf.py index ff8784c022..632b7080ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ PY_FUNC = "py:func" project = "Litestar" -copyright = "2024, Litestar-Org" +copyright = "2025, Litestar-Org" author = "Litestar-Org" release = os.getenv("_LITESTAR_DOCS_BUILD_VERSION", importlib.metadata.version("litestar").rsplit(".")[0])