Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vankesteren committed Nov 25, 2024
1 parent c423382 commit 57f5bc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,27 +58,27 @@ Here's how you can use Docker to access Metasyn's CLI:
The ``metasyn`` CLI should now be up and running within the Docker container and ready for use!

.. 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.0.3, 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 1.1.0, you can use the following command:

.. tab:: Installing a specific version

.. code-block:: console
docker pull sodateam/metasyn:v1.0.3
docker pull sodateam/metasyn:v1.1.0
.. tab:: Using a command on a specific version

.. tab:: Windows

.. code-block:: console
docker run -v %cd%:/wd sodateam/metasyn:v1.0.3 --help
docker run -v %cd%:/wd sodateam/metasyn:v1.1.0 --help
.. tab:: Unix or MacOS:

.. code-block:: console
docker run -v $(pwd):/wd sodateam/metasyn:v1.0.3 --help
docker run -v $(pwd):/wd sodateam/metasyn:v1.1.0 --help
Creating generative metadata
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


# The full version, including alpha/beta/rc tags
release = '1.0.3'
release = '1.1.0'

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

Expand Down

0 comments on commit 57f5bc1

Please sign in to comment.