Skip to content

Commit f083b63

Browse files
benflexcomputeflow360-auto-hotfix-bot
authored andcommitted
Bump 25.7 version (#1730)
1 parent c143e3c commit f083b63

File tree

15 files changed

+61
-0
lines changed

15 files changed

+61
-0
lines changed

flow360/version.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
version
33
"""
44

5+
<<<<<<< HEAD
56
__version__ = "25.8.3b1"
67
__solver_version__ = "release-25.8"
8+
=======
9+
__version__ = "25.7.8"
10+
__solver_version__ = "release-25.7"
11+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[tool.poetry]
22
name = "flow360"
3+
<<<<<<< HEAD
34
version = "v25.8.3b1"
5+
=======
6+
version = "v25.7.8"
7+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
48
description = "Flow360 Python Client"
59
authors = ["Flexcompute <support@flexcompute.com>"]
610

tests/ref/simulation/service_init_geometry.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

tests/ref/simulation/service_init_surface_mesh.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

tests/ref/simulation/service_init_volume_mesh.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

tests/simulation/converter/ref/ref_monitor.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

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

Lines changed: 4 additions & 0 deletions
Large diffs are not rendered by default.

tests/simulation/data/simulation_by_face_id.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.0b4",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

tests/simulation/ref/simulation_with_project_variables.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2+
<<<<<<< HEAD
23
"version": "25.8.3b1",
4+
=======
5+
"version": "25.7.8",
6+
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
37
"unit_system": {
48
"name": "SI"
59
},

0 commit comments

Comments
 (0)