Skip to content

Commit 54974cd

Browse files
committed
πŸ”– Prepare for v2.2.2 release
1 parent d94fd64 commit 54974cd

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3-
## [v2.2.1](https://github.com/simvue-io/client/releases/tag/v2.2.1) - 2025-10-13
3+
## [v2.2.2](https://github.com/simvue-io/client/releases/tag/v2.2.2) - 2025-10-14
44

55
- Enforced use of UTC for all datetime recording.
66
- Added support for Python3.14.
77

8+
## ~~[v2.2.1](https://github.com/simvue-io/client/releases/tag/v2.2.1) - 2025-10-13~~
9+
10+
**Broken release yanked from PyPi**
11+
812
## [v2.2.0](https://github.com/simvue-io/client/releases/tag/v2.2.0) - 2025-09-22
913

1014
- Improves handling of Conda based environments in metadata collection.

β€ŽCITATION.cffβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ keywords:
4343
- simulation
4444
license: Apache-2.0
4545
commit: 37b22c1eb116c82c3a08bedb05838b02e64ed8c7
46-
version: 2.2.1
47-
date-released: '2025-10-13'
46+
version: 2.2.2
47+
date-released: '2025-10-14'

β€Ž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.2.1"
3+
version = "2.2.2"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "info@simvue.io"}

0 commit comments

Comments
Β (0)