Skip to content

Commit

Permalink
build: add 25.2 handling in version (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
BClappe authored Nov 5, 2024
1 parent cc620a8 commit 3c2458b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ansys/dpf/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class ServerToAnsysVersion:
"8.2": "2024R2",
"9.0": "2025R1",
"9.1": "2025R1",
"10.0": "2025R2",
}

def __getitem__(self, item):
Expand Down

0 comments on commit 3c2458b

Please sign in to comment.