Skip to content

Commit

Permalink
Release version 1.10 (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue authored Nov 15, 2024
1 parent 4978a51 commit 4515c69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 25 deletions.
43 changes: 19 additions & 24 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@ Versions

Depending on the Mesh Server version you intend to communicate with a compatible version of Mesh Python SDK is needed.

Mesh Python SDK version 1.10.0-dev
**********************************
`Mesh Python SDK version 1.10.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.10.0>`_
***********************************************************************************************************

This is the current master version.

Compatible with
~~~~~~~~~~~~~~~~~~

- Mesh server version >= 2.15 **(may change)**
- Python [3.9, 3.10, 3.11, 3.12] **(may change)**

New features
~~~~~~~~~~~~~~~~~~

- TBA
- Mesh server version >= 2.15
- Python [3.9, 3.10, 3.11, 3.12]

Changes
~~~~~~~~~~~~~~~~~~
Expand All @@ -29,9 +24,9 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.10.0
`Mesh Python SDK version 1.9.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.9.0>`_
Expand Down Expand Up @@ -72,7 +67,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.9.0
Expand Down Expand Up @@ -103,7 +98,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.8.0
Expand Down Expand Up @@ -139,7 +134,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.7.0
Expand Down Expand Up @@ -172,7 +167,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.6.0
Expand Down Expand Up @@ -205,7 +200,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install git+https://github.com/Volue-Public/energy-mesh-python@v1.5.0
Expand Down Expand Up @@ -238,7 +233,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@v1.4.0
Expand Down Expand Up @@ -275,7 +270,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@v1.3.0
Expand Down Expand Up @@ -317,7 +312,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@v1.2.1
Expand Down Expand Up @@ -349,7 +344,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@v1.1.1
Expand Down Expand Up @@ -391,7 +386,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@v1.0.0
Expand Down Expand Up @@ -436,7 +431,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@Mesh_v2.5
Expand Down Expand Up @@ -482,7 +477,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@Mesh_v2.3
Expand Down Expand Up @@ -531,7 +526,7 @@ Install instructions

See instructions at :ref:`Setup for users` and use the following:

::
.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python@Mesh_v2.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "volue.mesh"
version = "1.10.0-dev"
version = "1.10.0"
description = ""
license = "Proprietary"
authors = ["Volue AS"]
Expand Down

0 comments on commit 4515c69

Please sign in to comment.