From c33158ed31d46e9bed76f01223f6718da3b4da21 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Tue, 28 Jul 2026 01:07:23 +0200 Subject: chore: bump to 0.37.0 + NOTICE credit for OF sanctoral (calapi) --- NOTICE | 8 ++++++++ internal/config/config.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index ba317ca..4240624 100644 --- a/NOTICE +++ b/NOTICE @@ -26,6 +26,14 @@ compiled from, respectively, missalemeum.com (Divinum Officium data) and niedziela.pl. Only the references were taken; the reading TEXT is rendered from the public-domain corpora below — no copyrighted translation is redistributed. +OF sanctoral calendar +--------------------- +The Ordinary Form universal sanctoral in internal/caldata/roman-calendar.ini was +generated (scripts/gen-sanctoral.go) from the General Roman Calendar published by +calapi.inadiutorium.cz (calendarium-romanum project) -- English/Latin names, rank +and colour -- with Polish names from niedziela.pl. The data as committed is +lectio's own. + Scripture corpora — deuterocanon -------------------------------- The deuterocanonical books added to the Vulgate (vul) and Douay-Rheims (drb) diff --git a/internal/config/config.go b/internal/config/config.go index b29c16c..aadf160 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -63,7 +63,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.36.0" +const Version = "0.37.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ -- cgit v1.3