Skip to content

Commit 7891dea

Browse files
committed
bump version to 25.7.7
1 parent 569df0a commit 7891dea

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
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.6"
5+
__version__ = "25.7.7"
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.6"
3+
version = "v25.7.7"
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
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.6",
2+
"version": "25.7.7",
33
"unit_system": {
44
"name": "SI"
55
},

0 commit comments

Comments
 (0)