Skip to content

Commit

Permalink
Release version 1.9 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
simia authored Sep 10, 2024
1 parent 0549c4b commit aa18258
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.15.0.1982'
MESH_SERVICE_TAG: 'v2.15.0.5'
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.15.0.1982'
MESH_SERVICE_TAG: 'v2.15.0.5'

# 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
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 aa18258

Please sign in to comment.