From c6e66b4e256a4787155c4cb95e05d9511e90ad8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= <57191390+t0mdavid-m@users.noreply.github.com> Date: Thu, 8 May 2025 11:08:18 +0200 Subject: [PATCH 1/4] update version --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 03f737dc..73823123 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'OpenMS' -copyright = '2023, OpenMS Inc' +copyright = '2002-present, OpenMS Inc' author = 'OpenMS Team' @@ -26,12 +26,12 @@ # built documents. # # The short major.minor.patch version. -version = '3.3.0' +version = '3.4.0' # Short version for the latest supported KNIME knime_version = '5.3.0' # The full version, including alpha/beta/rc tags. -release = '3.3.0' +release = '3.4.0' # -- General configuration --------------------------------------------------- From 39cf5571a92a4d23fe927fab77973c8d53d72d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= <57191390+t0mdavid-m@users.noreply.github.com> Date: Thu, 8 May 2025 11:14:55 +0200 Subject: [PATCH 2/4] remove dash --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 73823123..5fd21c78 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'OpenMS' -copyright = '2002-present, OpenMS Inc' +copyright = '2002 to present, OpenMS Inc' author = 'OpenMS Team' From 5984e7e47341ee0125cb2a88d022a45bd34c4441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= <57191390+t0mdavid-m@users.noreply.github.com> Date: Thu, 8 May 2025 11:19:39 +0200 Subject: [PATCH 3/4] constrain snowballstemmer version --- docs/conf.py | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5fd21c78..73823123 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ # -- Project information ----------------------------------------------------- project = 'OpenMS' -copyright = '2002 to present, OpenMS Inc' +copyright = '2002-present, OpenMS Inc' author = 'OpenMS Team' diff --git a/requirements.txt b/requirements.txt index 0452140f..46128dff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,3 +11,4 @@ sphinx-design sphinx-notfound-page sphinx-inline-tabs sphinx-hoverxref +snowballstemmer<3 \ No newline at end of file From 5d27ffe41970d5f4a00aad12ca6b57d209048da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= <57191390+t0mdavid-m@users.noreply.github.com> Date: Thu, 8 May 2025 11:21:26 +0200 Subject: [PATCH 4/4] add comment for snowballstemmer dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 46128dff..1e367711 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,5 @@ sphinx-design sphinx-notfound-page sphinx-inline-tabs sphinx-hoverxref +# Dependency of Sphinx, the 3.0 release breaks it (currently) snowballstemmer<3 \ No newline at end of file