File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"name" : " nightly" ,
4
- "version" : " 3.1 .0dev" ,
4
+ "version" : " 3.4 .0dev" ,
5
5
"url" : " https://pyopenms.readthedocs.io/en/latest/"
6
6
},
7
+ {
8
+ "name" : " 3.3.0" ,
9
+ "version" : " 3.3.0" ,
10
+ "url" : " https://pyopenms.readthedocs.io/en/release3.3.0/"
11
+ },
7
12
{
8
13
"name" : " 3.2.0" ,
9
14
"version" : " 3.2.0" ,
Original file line number Diff line number Diff line change 74
74
75
75
# General information about the project.
76
76
project = u'pyOpenMS'
77
- copyright = u'2023 , OpenMS Team '
77
+ copyright = u'2024 , OpenMS Inc '
78
78
author = u'OpenMS Team'
79
79
80
80
# The version info for the project you're documenting, acts as replacement for
81
81
# |version| and |release|, also used in various other places throughout the
82
82
# built documents.
83
83
#
84
84
# The short X.Y version.
85
- version = u'3.2 .0'
85
+ version = u'3.3 .0'
86
86
# The full version, including alpha/beta/rc tags.
87
87
release = version
88
88
rtd_branch = os .environ .get ('READTHEDOCS_GIT_IDENTIFIER' , '' )
You can’t perform that action at this time.
0 commit comments