Skip to content

Commit

Permalink
Release version 1.8 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue authored May 28, 2024
1 parent 3cdbd95 commit aae7361
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_dev_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ runs:
id: download-mesh-server
with:
GITHUB_TOKEN: ${{ inputs.token }}
MESH_SERVICE_TAG: 'v2.14.0.1'
MESH_SERVICE_TAG: 'v2.14.0.4'
2 changes: 1 addition & 1 deletion .github/workflows/usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: download-mesh-server
with:
GITHUB_TOKEN: ${{ secrets.OAUTH_TOKEN }}
MESH_SERVICE_TAG: 'v2.14.0.1'
MESH_SERVICE_TAG: 'v2.14.0.4'

# run one example before installing pytest packages and pandas
# to check if all dependencies are installed together with Mesh Python SDK pip package
Expand Down
34 changes: 17 additions & 17 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.8.0-dev
*********************************
`Mesh Python SDK version 1.8.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.8.0>`_
*********************************************************************************************************

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

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

New features
~~~~~~~~~~~~~~~~~~
Expand All @@ -22,7 +22,7 @@ New features
Changes
~~~~~~~~~~~~~~~~~~

- TBA
- Changes for Mesh server 2.14 gRPC interface compatibility (:issue:`464`)

Install instructions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -31,7 +31,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.8.0


`Mesh Python SDK version 1.7.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.7.0>`_
Expand All @@ -40,7 +40,7 @@ See instructions at :ref:`Setup for users` and use the following:
Compatible with
~~~~~~~~~~~~~~~~~~

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

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

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

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

- Mesh server version >= 2.12
- Mesh server version [2.12]
- Python [3.8, 3.9, 3.10, 3.11]

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

- Mesh server version >= 2.10
- Mesh server version [2.10, 2.11]
- Python [3.8, 3.9, 3.10, 3.11]

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

- Mesh server version >= 2.9
- Mesh server version [2.9]
- Python [3.8, 3.9, 3.10, 3.11]

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

- Mesh server version >= 2.9
- Mesh server version [2.9]
- Python [3.7.1, 3.8, 3.9, 3.10]

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

- Mesh server version >= 2.6.1
- Mesh server version [2.6.1, 2.7, 2.8]
- Python [3.7.1, 3.8, 3.9, 3.10]
- Tested with Mesh server version 2.6.1.8

Expand Down Expand Up @@ -288,7 +288,7 @@ See instructions at :ref:`Setup for users` and use the following:
Compatible with
~~~~~~~~~~~~~~~~~~

- Mesh server version >= 2.6.1
- Mesh server version [2.6.1, 2.7, 2.8]
- Python [3.7.1, 3.8, 3.9]
- Tested with Mesh server version 2.6.1.8

Expand Down Expand Up @@ -330,7 +330,7 @@ See instructions at :ref:`Setup for users` and use the following:
Compatible with
~~~~~~~~~~~~~~~~~~

- Mesh server version 2.5.*
- Mesh server version [2.5, 2.6.0]
- Python [3.7.1, 3.8, 3.9]
- Tested with Mesh server version 2.5.0.14

Expand Down Expand Up @@ -375,7 +375,7 @@ See instructions at :ref:`Setup for users` and use the following:
Compatible with
~~~~~~~~~~~~~~~~~~

- Mesh server version 2.3.*
- Mesh server version [2.3, 2.4]
- Python [3.7.1, 3.8, 3.9]
- Tested with Mesh server version 2.3.0.12

Expand Down Expand Up @@ -422,7 +422,7 @@ See instructions at :ref:`Setup for users` and use the following:
Compatible with
~~~~~~~~~~~~~~~~~~

- Mesh server version 2.2.*
- Mesh server version [2.2]
- Python [3.7.1, 3.8, 3.9]
- Tested with Mesh server version 2.2.0.9

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.8.0-dev"
version = "1.8.0"
description = ""
license = "Proprietary"
authors = ["Volue AS"]
Expand Down

0 comments on commit aae7361

Please sign in to comment.