Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
------------------------------------------------------------------------------------------
---- OpenMS 3.2.0 (released: under development) ----
---- OpenMS 3.3.0 (released: under development) ----
------------------------------------------------------------------------------------------

- Cleaned up developer instructions

------------------------------------------------------------------------------------------
---- OpenMS 3.2.0 ----
------------------------------------------------------------------------------------------

- fix some TOPPAS inaccuracies
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'OpenMS'
copyright = '2023, OpenMS Team'
copyright = '2023, OpenMS Inc'
author = 'OpenMS Team'


Expand All @@ -26,12 +26,12 @@
# built documents.
#
# The short major.minor.patch version.
version = '3.2.0'
version = '3.3.0'
# Short version for the latest supported KNIME
knime_version = '5.2.0'
knime_version = '5.3.0'

# The full version, including alpha/beta/rc tags.
release = '3.2.0'
release = '3.3.0'

# -- General configuration ---------------------------------------------------

Expand Down