Skip to content

Commit 2e1ca0f

Browse files
committed
update version to 3.5.0
1 parent 20c040c commit 2e1ca0f

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/source/_static/switcher.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
[
2-
{
2+
{
33
"name": "nightly",
4-
"version": "3.5.0dev",
4+
"version": "3.6.0dev",
55
"url": "https://pyopenms.readthedocs.io/en/latest/"
66
},
7+
{
8+
"name": "3.5.0",
9+
"version": "3.5.0",
10+
"url": "https://pyopenms.readthedocs.io/en/release-3.5.0/"
11+
},
712
{
813
"name": "3.4.0",
914
"version": "3.4.0",

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# built documents.
8888
#
8989
# The short X.Y version.
90-
version = u'3.4.0'
90+
version = u'3.5.0'
9191
# The full version, including alpha/beta/rc tags.
9292
release = version
9393
rtd_branch = os.environ.get('READTHEDOCS_GIT_IDENTIFIER', '')

0 commit comments

Comments
 (0)