Skip to content

Commit 34e29de

Browse files
authored
Merge pull request #473 from OpenMS/update_pyopenms_version
update pyopenms version numbers
2 parents b9bcad8 + 0c2e669 commit 34e29de

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

.github/workflows/test-pr-sphinx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525

2626
- name: Installing Dependencies
2727
run: pip install -r docs/requirements.txt

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sphinx-remove-toctrees
88
## for pygment coloring of code snippets using ipython syntax
99
ipython
1010
pygments-lexer-pseudocode
11+
# Dependency of Sphinx, the 3.0 release breaks it (currently)
12+
snowballstemmer<3
1113

1214
--extra-index-url https://pypi.cs.uni-tuebingen.de/simple/
1315
pyopenms

docs/source/_static/switcher.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[
22
{
33
"name": "nightly",
4-
"version": "3.4.0dev",
4+
"version": "3.5.0dev",
55
"url": "https://pyopenms.readthedocs.io/en/latest/"
66
},
7+
{
8+
"name": "3.4.0",
9+
"version": "3.4.0",
10+
"url": "https://pyopenms.readthedocs.io/en/release-3.4.0/"
11+
},
712
{
813
"name": "3.3.0",
914
"version": "3.3.0",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# built documents.
8787
#
8888
# The short X.Y version.
89-
version = u'3.3.0'
89+
version = u'3.4.0'
9090
# The full version, including alpha/beta/rc tags.
9191
release = version
9292
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jupyter-server-proxy
1313
massql
1414
sphinx-hoverxref
1515

16+
1617
pyopenms

0 commit comments

Comments
 (0)