Skip to content

Commit 7628c88

Browse files
committed
Prepare for OpenMS 3.2.0 release
1 parent 9875a9e commit 7628c88

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/source/_static/switcher.json

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"version": "3.1.0dev",
55
"url": "https://pyopenms.readthedocs.io/en/latest/"
66
},
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+
},
717
{
818
"name": "3.0.0",
919
"version": "3.0.0",

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
# built documents.
8383
#
8484
# The short X.Y version.
85-
version = u'3.1.0'
85+
version = u'3.2.0'
8686
# The full version, including alpha/beta/rc tags.
8787
release = version
8888
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')

0 commit comments

Comments
 (0)