Skip to content

Commit 3c2458b

Browse files
authored
build: add 25.2 handling in version (#1863)
1 parent cc620a8 commit 3c2458b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ansys/dpf/core/_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class ServerToAnsysVersion:
4343
"8.2": "2024R2",
4444
"9.0": "2025R1",
4545
"9.1": "2025R1",
46+
"10.0": "2025R2",
4647
}
4748

4849
def __getitem__(self, item):

0 commit comments

Comments
 (0)