Skip to content

Commit

Permalink
Prepare for 3.2.0 release (#234)
Browse files Browse the repository at this point in the history
* Prepare for 3.2.0 release

* fix KNIME download URL
  • Loading branch information
mr-c authored Jul 9, 2024
1 parent c498d86 commit dac4b18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
------------------------------------------------------------------------------------------
---- OpenMS 3.1.0 (released: under development) ----
---- OpenMS 3.2.0 (released: under development) ----
------------------------------------------------------------------------------------------

- fix some TOPPAS inaccuracies
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
# built documents.
#
# The short major.minor.patch version.
version = '3.1.0'
version = '3.2.0'
# Short version for the latest supported KNIME
knime_version = '5.2.0'

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you are working through this tutorial at home/online, proceed with the follow
not conda, nor docker.
:::

- Download and install [KNIME](https://www.knime.org/downloads/overview)
- Download and install [KNIME](https://www.knime.org/downloads/)

::::

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/knime-user-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you are working through this tutorial at home/online, proceed with the follow
not conda, nor docker.
:::

- Download and install [KNIME](https://www.knime.org/downloads/overview)
- Download and install [KNIME](https://www.knime.org/downloads/)

::::

Expand Down

0 comments on commit dac4b18

Please sign in to comment.