Skip to content

Commit 76cf840

Browse files
authored
update version (#257)
* update version * remove dash * constrain snowballstemmer version * add comment for snowballstemmer dependency
1 parent 8195734 commit 76cf840

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# -- Project information -----------------------------------------------------
1818

1919
project = 'OpenMS'
20-
copyright = '2023, OpenMS Inc'
20+
copyright = '2002-present, OpenMS Inc'
2121
author = 'OpenMS Team'
2222

2323

@@ -26,12 +26,12 @@
2626
# built documents.
2727
#
2828
# The short major.minor.patch version.
29-
version = '3.3.0'
29+
version = '3.4.0'
3030
# Short version for the latest supported KNIME
3131
knime_version = '5.3.0'
3232

3333
# The full version, including alpha/beta/rc tags.
34-
release = '3.3.0'
34+
release = '3.4.0'
3535

3636
# -- General configuration ---------------------------------------------------
3737

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ sphinx-design
1111
sphinx-notfound-page
1212
sphinx-inline-tabs
1313
sphinx-hoverxref
14+
# Dependency of Sphinx, the 3.0 release breaks it (currently)
15+
snowballstemmer<3

0 commit comments

Comments
 (0)