From b445b5691bbf0183b40661d3e1075b617531f8c7 Mon Sep 17 00:00:00 2001 From: Raoul Schram Date: Mon, 4 May 2026 11:19:19 +0200 Subject: [PATCH] Bump version to 2.1.0 --- docs/source/cli.rst | 8 ++++---- docs/source/conf.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index ab69b9a9..78775b13 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -73,13 +73,13 @@ Here's how you can use Docker to access Metasyn's CLI: .. note:: - You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 1.1.0, you can use the following command: + You can also specify which ``metasyn`` version to use in docker, by adding a tag to the docker image. For example, to use version 2.1.0, you can use the following command: .. tab:: Installing a specific version .. code-block:: console - docker pull sodateam/metasyn:v1.1.0 + docker pull sodateam/metasyn:v2.1.0 .. tab:: Using a command on a specific version @@ -87,13 +87,13 @@ Here's how you can use Docker to access Metasyn's CLI: .. code-block:: console - docker run -v %cd%:/wd sodateam/metasyn:v1.1.0 --help + docker run -v %cd%:/wd sodateam/metasyn:v2.1.0 --help .. tab:: Unix or MacOS: .. code-block:: console - docker run -v $(pwd):/wd sodateam/metasyn:v1.1.0 --help + docker run -v $(pwd):/wd sodateam/metasyn:v2.1.0 --help Creating generative metadata diff --git a/docs/source/conf.py b/docs/source/conf.py index bc0b81c1..6644560e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.1.0' # -- General configuration ---------------------------------------------------