Skip to content

Commit

Permalink
feat: supporting v25.1 and v25.2 (#3571)
Browse files Browse the repository at this point in the history
* feat: supporting v251

* feat: supporting v252

* chore: adding changelog file 3571.miscellaneous.md [dependabot-skip]

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Nov 25, 2024
1 parent 3e4aca6 commit 071a4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/3571.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat: supporting v25.1 and v25.2
2 changes: 2 additions & 0 deletions src/ansys/mapdl/core/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

# In descending order
SUPPORTED_ANSYS_VERSIONS = {
252: "2025R2",
251: "2025R1",
242: "2024R2",
241: "2024R1",
232: "2023R2",
Expand Down

0 comments on commit 071a4c5

Please sign in to comment.