Skip to content

Commit

Permalink
Release version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simia committed Sep 10, 2024
1 parent e914d4c commit 75a35a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ 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.9.0-dev
*********************************
`Mesh Python SDK version 1.9.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.9.0>`_
*********************************************************************************************************

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

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

New features
~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -43,7 +43,7 @@ See instructions at :ref:`Setup for users` and use the following:

::

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.9.0


`Mesh Python SDK version 1.8.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.8.0>`_
Expand Down
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.9.0-dev"
version = "1.9.0"
description = ""
license = "Proprietary"
authors = ["Volue AS"]
Expand Down

0 comments on commit 75a35a0

Please sign in to comment.