File: 0001-Updated-version-number-in-docs.patch

package info (click to toggle)
eln 1.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,876 kB
  • sloc: cpp: 26,606; perl: 796; python: 437; sh: 73; makefile: 32; xml: 8
file content (26 lines) | stat: -rw-r--r-- 753 bytes parent folder | download
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 ---------------------------------------------------