From 75a35a07a2712dabe4a2b614564d53206b46bd5b Mon Sep 17 00:00:00 2001 From: Tomasz Kaczkowski Date: Tue, 10 Sep 2024 16:01:01 +0200 Subject: [PATCH] Release version 1.9 --- docs/source/versions.rst | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/versions.rst b/docs/source/versions.rst index ff00e09a..0ca7bce5 100644 --- a/docs/source/versions.rst +++ b/docs/source/versions.rst @@ -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 `_ +********************************************************************************************************* 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 ~~~~~~~~~~~~~~~~~~ @@ -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 `_ diff --git a/pyproject.toml b/pyproject.toml index fb663061..017a4a51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "volue.mesh" -version = "1.9.0-dev" +version = "1.9.0" description = "" license = "Proprietary" authors = ["Volue AS"]