Skip to content

Commit 16aa3e8

Browse files
authored
Merge pull request #448 from OpenMS/release/3.3.0
Update conf.py version number and copyright
2 parents 46ff112 + cd4a806 commit 16aa3e8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/source/_static/switcher.json

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

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@
7474

7575
# General information about the project.
7676
project = u'pyOpenMS'
77-
copyright = u'2023, OpenMS Team'
77+
copyright = u'2024, OpenMS Inc'
7878
author = u'OpenMS Team'
7979

8080
# The version info for the project you're documenting, acts as replacement for
8181
# |version| and |release|, also used in various other places throughout the
8282
# built documents.
8383
#
8484
# The short X.Y version.
85-
version = u'3.2.0'
85+
version = u'3.3.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)