We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c040c commit 2e1ca0fCopy full SHA for 2e1ca0f
docs/source/_static/switcher.json
@@ -1,9 +1,14 @@
1
[
2
- {
+{
3
"name": "nightly",
4
- "version": "3.5.0dev",
+ "version": "3.6.0dev",
5
"url": "https://pyopenms.readthedocs.io/en/latest/"
6
},
7
+ {
8
+ "name": "3.5.0",
9
+ "version": "3.5.0",
10
+ "url": "https://pyopenms.readthedocs.io/en/release-3.5.0/"
11
+ },
12
{
13
"name": "3.4.0",
14
"version": "3.4.0",
docs/source/conf.py
@@ -87,7 +87,7 @@
87
# built documents.
88
#
89
# The short X.Y version.
90
-version = u'3.4.0'
+version = u'3.5.0'
91
# The full version, including alpha/beta/rc tags.
92
release = version
93
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')
0 commit comments