From c23fac133143470512fb77c52e9f9ab6562527c2 Mon Sep 17 00:00:00 2001 From: Jules Robichaud-Gagnon Date: Thu, 23 Oct 2025 10:42:16 -0400 Subject: [PATCH] Update copyright year to 2025 I wrongly thought the package was unmaintained when seeing this in the doc. --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 467567a5..8e0bc6e5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ django.setup() project = "django-postgres-extra" -copyright = "2019-2021, Sector Labs" +copyright = "2019-2025, Sector Labs" author = "Sector Labs" extensions = [ "sphinx_rtd_theme",