Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions flow360/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
version
"""

<<<<<<< HEAD
__version__ = "25.8.3b1"
__solver_version__ = "release-25.8"
=======
__version__ = "25.7.8"
__solver_version__ = "release-25.7"
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[tool.poetry]
name = "flow360"
<<<<<<< HEAD
version = "v25.8.3b1"
=======
version = "v25.7.8"
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
description = "Flow360 Python Client"
authors = ["Flexcompute <support@flexcompute.com>"]

Expand Down
4 changes: 4 additions & 0 deletions tests/ref/simulation/service_init_geometry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/ref/simulation/service_init_surface_mesh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/ref/simulation/service_init_volume_mesh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/simulation/converter/ref/ref_monitor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions tests/simulation/data/simulation_by_face_id.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/simulation/params/data/geometry/simulation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.0b4",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/simulation/ref/simulation_with_project_variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.3b1",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/simulation/service/data/simulation.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.0b4",
=======
"version": "25.7.8b0",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "CGS"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/simulation/service/params.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.0b4",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "99.9.9",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
<<<<<<< HEAD
"version": "25.8.0b4",
=======
"version": "25.7.8",
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))
"unit_system": {
"name": "SI"
},
Expand Down
4 changes: 4 additions & 0 deletions tests/test_current_flow360_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@


def test_version():
<<<<<<< HEAD
assert __version__ == "25.8.3b1"
=======
assert __version__ == "25.7.8"
>>>>>>> 19a9ea25 (Bump 25.7 version (#1730))