Skip to content

Commit 3da5f6d

Browse files
authored
update pyopenms version numbers
1 parent b9bcad8 commit 3da5f6d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/_static/switcher.json

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

docs/source/conf.py

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

0 commit comments

Comments
 (0)