We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9875a9e commit 7628c88Copy full SHA for 7628c88
docs/source/_static/switcher.json
@@ -4,6 +4,16 @@
4
"version": "3.1.0dev",
5
"url": "https://pyopenms.readthedocs.io/en/latest/"
6
},
7
+ {
8
+ "name": "3.2.0",
9
+ "version": "3.2.0",
10
+ "url": "https://pyopenms.readthedocs.io/en/release3.2.0/"
11
+ },
12
13
+ "name": "3.1.0",
14
+ "version": "3.1.0",
15
+ "url": "https://pyopenms.readthedocs.io/en/release3.1.0/"
16
17
{
18
"name": "3.0.0",
19
"version": "3.0.0",
docs/source/conf.py
@@ -82,7 +82,7 @@
82
# built documents.
83
#
84
# The short X.Y version.
85
-version = u'3.1.0'
+version = u'3.2.0'
86
# The full version, including alpha/beta/rc tags.
87
release = version
88
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')
0 commit comments