From f78bc5e361c50f0009c2dcd32d05774ad6819a4f Mon Sep 17 00:00:00 2001 From: benflexcompute Date: Fri, 27 Mar 2026 18:54:36 -0400 Subject: [PATCH] Update version --- flow360/version.py | 2 +- pyproject.toml | 2 +- tests/simulation/ref/simulation_with_project_variables.json | 2 +- tests/test_current_flow360_version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flow360/version.py b/flow360/version.py index 7e6d1c032..34ee7bfae 100644 --- a/flow360/version.py +++ b/flow360/version.py @@ -2,5 +2,5 @@ version """ -__version__ = "25.9.5" +__version__ = "25.9.6" __solver_version__ = "release-25.9" diff --git a/pyproject.toml b/pyproject.toml index e96528aa9..256fc25c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flow360" -version = "v25.9.5" +version = "v25.9.6" description = "Flow360 Python Client" authors = ["Flexcompute "] diff --git a/tests/simulation/ref/simulation_with_project_variables.json b/tests/simulation/ref/simulation_with_project_variables.json index 1ebf6d2d1..4ab7ddae3 100644 --- a/tests/simulation/ref/simulation_with_project_variables.json +++ b/tests/simulation/ref/simulation_with_project_variables.json @@ -418,5 +418,5 @@ "name": "SI" }, "user_defined_fields": [], - "version": "25.9.5" + "version": "25.9.6" } diff --git a/tests/test_current_flow360_version.py b/tests/test_current_flow360_version.py index 2072c4414..e8ab54a47 100644 --- a/tests/test_current_flow360_version.py +++ b/tests/test_current_flow360_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "25.9.5" + assert __version__ == "25.9.6"