1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: "Daniel A. Wagenaar" <daw@caltech.edu>
Date: Thu, 6 Nov 2025 12:14:49 -0800
Subject: Updated version number in docs
---
docs/source/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a49f66d..f1a62a5 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -20,11 +20,11 @@
# -- Project information -----------------------------------------------------
project = 'NotedELN'
-copyright = '2023, Daniel A. Wagenaar'
+copyright = '2025, Daniel A. Wagenaar'
author = 'Daniel A. Wagenaar'
# The full version, including alpha/beta/rc tags
-release = '1.5.0'
+release = '1.5.6'
# -- General configuration ---------------------------------------------------
|