From 9ac10af8fd3a6ec47d01bf1040138eb7ea6a3073 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 19 May 2026 15:54:31 +0100
Subject: [PATCH 1/2] Update contribs
---
docs/sphinx/source/api/Contributors.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md
index c2d3f40..58f73b1 100644
--- a/docs/sphinx/source/api/Contributors.md
+++ b/docs/sphinx/source/api/Contributors.md
@@ -3,7 +3,7 @@
# Modelspec contributors
This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
-This page is generated periodically, most recently on 2026-04-29.
+This page is generated periodically, most recently on 2026-05-19.
- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
@@ -11,5 +11,6 @@ This page is generated periodically, most recently on 2026-04-29.
- Peace Ododo ([@Onoyiza](https://github.com/Onoyiza))
- Parikshit Singh Rathore ([@parikshit14](https://github.com/parikshit14))
- Ankur Sinha ([@sanjayankur31](https://github.com/sanjayankur31))
+- dependabot[bot] ([@dependabot[bot]](https://github.com/apps/dependabot))
- kmantel ([@kmantel](https://github.com/kmantel))
- Robert Vickerstaff ([@robertvi](https://github.com/robertvi))
From a4ce6c746f09762abbaa432e33ecbfe146131ceb Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 19 May 2026 15:57:26 +0100
Subject: [PATCH 2/2] Update docs page to 2026
---
docs/sphinx/source/conf.py | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py
index de138fc..81eed4a 100644
--- a/docs/sphinx/source/conf.py
+++ b/docs/sphinx/source/conf.py
@@ -4,6 +4,8 @@
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
+import modelspec
+
# -- Path setup --------------------------------------------------------------
import sys
@@ -18,9 +20,9 @@
# -- Project information -----------------------------------------------------
project = "Modelspec"
-copyright = "2023, ModECI Project"
+copyright = "2026, ModECI Project"
author = "ModECI Project"
-release = "0.3.1"
+release = modelspec.__version__
# -- General configuration ---------------------------------------------------