Skip to content

Commit d2e22d2

Browse files
committed
Prepare for v2.5.8 release
1 parent 6321406 commit d2e22d2

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [v2.5.8](https://github.com/simvue-io/python-api/releases/tag/v2.5.8) - 2026-06-25
4+
5+
- Fixed reference to `Self` in eco module for Python3.10.
6+
- Added retrieval of noSim version from server.
7+
38
## [v2.5.7](https://github.com/simvue-io/python-api/releases/tag/v2.5.7) - 2026-06-12
49

510
- Fix alert de-duplication for offline mode.

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ keywords:
4343
- alerting
4444
- simulation
4545
license: Apache-2.0
46-
commit: ad1aa47c8369670525982df330850c75914a451f
47-
version: 2.5.7
48-
date-released: '2026-06-12'
46+
commit: 6321406e691db68adb5359b18b1f7866f51b8cba
47+
version: 2.5.8
48+
date-released: '2026-06-25'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simvue"
3-
version = "2.5.7"
3+
version = "2.5.8"
44
description = "Simulation tracking and monitoring"
55
authors = [{ name = "Simvue Development Team", email = "info@simvue.io" }]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)