Skip to content

Commit

Permalink
Bump version and mark it as dev/pre-release (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
simia authored Sep 10, 2024
1 parent aa18258 commit bacebe2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0-dev
**********************************

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

- Mesh server version >= 2.15 **(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.9.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.9.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"
version = "1.10.0-dev"
description = ""
license = "Proprietary"
authors = ["Volue AS"]
Expand Down

0 comments on commit bacebe2

Please sign in to comment.