Skip to content

Commit

Permalink
Prepare for OpenMS 3.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Jul 9, 2024
1 parent 9875a9e commit 7628c88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/source/_static/switcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
"version": "3.1.0dev",
"url": "https://pyopenms.readthedocs.io/en/latest/"
},
{
"name": "3.2.0",
"version": "3.2.0",
"url": "https://pyopenms.readthedocs.io/en/release3.2.0/"
},
{
"name": "3.1.0",
"version": "3.1.0",
"url": "https://pyopenms.readthedocs.io/en/release3.1.0/"
},
{
"name": "3.0.0",
"version": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# built documents.
#
# The short X.Y version.
version = u'3.1.0'
version = u'3.2.0'
# The full version, including alpha/beta/rc tags.
release = version
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')
Expand Down

0 comments on commit 7628c88

Please sign in to comment.