Skip to content

Commit

Permalink
Bump version and mark it as dev/pre-release (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoczyns-volue authored Jan 9, 2025
1 parent 67de88e commit e7eae2b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,37 @@ 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.12.0-dev
**********************************

This is the current master version.

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:

.. code-block:: bash
python -m pip install --force-reinstall git+https://github.com/Volue-Public/energy-mesh-python
`Mesh Python SDK version 1.11.0 <https://github.com/Volue-Public/energy-mesh-python/releases/tag/v1.11.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.11.0"
version = "1.12.0-dev"
description = ""
license = "Proprietary"
authors = ["Volue AS"]
Expand Down

0 comments on commit e7eae2b

Please sign in to comment.