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 b9bcad8 commit 3da5f6dCopy full SHA for 3da5f6d
docs/source/_static/switcher.json
@@ -1,9 +1,14 @@
1
[
2
{
3
"name": "nightly",
4
- "version": "3.4.0dev",
+ "version": "3.5.0dev",
5
"url": "https://pyopenms.readthedocs.io/en/latest/"
6
},
7
+ {
8
+ "name": "3.4.0",
9
+ "version": "3.4.0",
10
+ "url": "https://pyopenms.readthedocs.io/en/release-3.4.0/"
11
+},
12
13
"name": "3.3.0",
14
"version": "3.3.0",
docs/source/conf.py
@@ -86,7 +86,7 @@
86
# built documents.
87
#
88
# The short X.Y version.
89
-version = u'3.3.0'
+version = u'3.4.0'
90
# The full version, including alpha/beta/rc tags.
91
release = version
92
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')
0 commit comments