Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 1.9 #507

Merged
merged 2 commits into from
Sep 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading