Skip to content

Commit a2d681d

Browse files
committed
Prepare 2.0.1 patch release
1 parent 5084f9c commit a2d681d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change log
2+
## [v2.0.1](https://github.com/simvue-io/client/releases/tag/v2.0.1) - 2025-03-24
23

4+
* Improvements to docstrings on methods, classes and functions.
35
## [v2.0.0](https://github.com/simvue-io/client/releases/tag/v2.0.0) - 2025-03-07
46
* Add new example notebooks
57
* Update and refactor examples to work with v2.0

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ keywords:
4242
- alerting
4343
- simulation
4444
license: Apache-2.0
45-
commit: 88bdd861e01153a2853191c0a8d1bb64dfabe296
46-
version: 2.0.0
47-
date-released: '2025-03-07'
45+
commit: 5084f9c17ae4b7f77e188f5aa8a51ebd3f790c9e
46+
version: 2.0.1
47+
date-released: '2025-03-24'
4848
references:
4949
- title: mlco2/codecarbon
5050
version: v2.8.2

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.0.0"
3+
version = "2.0.1"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "[email protected]"}

0 commit comments

Comments
 (0)