diff --git a/docs/source/versions.rst b/docs/source/versions.rst index d76b729b..94ab6c7c 100644 --- a/docs/source/versions.rst +++ b/docs/source/versions.rst @@ -3,6 +3,35 @@ 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 +********************************* + +Compatible with +~~~~~~~~~~~~~~~~~~ + +- Mesh server version >= 2.14 **(may change)** +- Python [3.9, 3.10, 3.11, 3.12] **(may change)** + +New features +~~~~~~~~~~~~~~~~~~ + +- TBA + +Changes +~~~~~~~~~~~~~~~~~~ + +- TBA + +Install instructions +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +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 + + `Mesh Python SDK version 1.8.0 `_ ********************************************************************************************************* diff --git a/pyproject.toml b/pyproject.toml index cfa42d2c..8172675b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "volue.mesh" -version = "1.8.0" +version = "1.9.0-dev" description = "" license = "Proprietary" authors = ["Volue AS"]