Skip to content

Commit

Permalink
Version bump to 24.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-krupka committed Apr 11, 2024
1 parent fa28b4f commit 0e67188
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion flow360/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
version
"""

__version__ = "24.2.1"
__version__ = "24.2.2"
4 changes: 2 additions & 2 deletions tests/ref/case_params/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.2.1",
"version": "24.2.2",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -157,5 +157,5 @@
},
"modelType": "Compressible"
},
"hash": "48a1ec07eea6efb38a22abde0f1187fca9c561601227f24c07d390b8173340e2"
"hash": "9f9154b907f8fe0ca5fce739212f4a072cd35fee70d1c1115cd198d888b5c9ca"
}
4 changes: 2 additions & 2 deletions tests/ref/case_params/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ geometry:
refArea:
units: 2*m**2
value: 1.0
hash: 48a1ec07eea6efb38a22abde0f1187fca9c561601227f24c07d390b8173340e2
hash: 9f9154b907f8fe0ca5fce739212f4a072cd35fee70d1c1115cd198d888b5c9ca
navierStokesSolver:
CFLMultiplier: 1.0
absoluteTolerance: 1.0e-10
Expand Down Expand Up @@ -108,7 +108,7 @@ timeStepping:
timeStepSize: inf
unitSystem:
name: SI
version: 24.2.1
version: 24.2.2
volumeOutput:
animationFrequency: -1
animationFrequencyOffset: 0
Expand Down
4 changes: 2 additions & 2 deletions tests/ref/case_params/params_units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.2.1",
"version": "24.2.2",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -172,5 +172,5 @@
}
}
},
"hash": "87b69817d9c604f2e6d47fed6a8a388365e341b8f2b182f9997a794859cb8a91"
"hash": "e16b928d4748f68c22e71e11c0a24535ac685a2ddd7b8ca06d2279174877ffb7"
}
4 changes: 2 additions & 2 deletions tests/ref/case_params/params_units_converted.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.2.1",
"version": "24.2.2",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -158,5 +158,5 @@
}
}
},
"hash": "68e10d17b3d05ad07005e56572b3f643f545ecbaba775b24c60b6c72c4436245"
"hash": "3a1b16aa86940bf974277778b9ab694bca0e5d771fe793b1856e93fa09ddf0aa"
}
2 changes: 1 addition & 1 deletion tests/test_flow360.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "24.2.1"
assert __version__ == "24.2.2"

0 comments on commit 0e67188

Please sign in to comment.