Skip to content

Commit c4ebc5b

Browse files
Releaseing 25.7.6
1 parent d99cfe2 commit c4ebc5b

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

flow360/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
version
33
"""
44

5-
__version__ = "25.7.6b0"
5+
__version__ = "25.7.6"
66
__solver_version__ = "release-25.7"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flow360"
3-
version = "v25.7.6b0"
3+
version = "v25.7.6"
44
description = "Flow360 Python Client"
55
authors = ["Flexcompute <support@flexcompute.com>"]
66

tests/ref/simulation/service_init_geometry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/ref/simulation/service_init_surface_mesh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/ref/simulation/service_init_volume_mesh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/simulation/converter/ref/ref_monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/simulation/data/real_case_coefficients/results/simulation_params.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

tests/simulation/data/simulation_by_face_id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/simulation/params/data/geometry/simulation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

tests/simulation/ref/simulation_with_project_variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "25.7.6b0",
2+
"version": "25.7.6",
33
"unit_system": {
44
"name": "SI"
55
},

0 commit comments

Comments
 (0)