diff --git a/doc/changelog.d/3571.miscellaneous.md b/doc/changelog.d/3571.miscellaneous.md new file mode 100644 index 0000000000..86d34b845d --- /dev/null +++ b/doc/changelog.d/3571.miscellaneous.md @@ -0,0 +1 @@ +feat: supporting v25.1 and v25.2 \ No newline at end of file diff --git a/src/ansys/mapdl/core/_version.py b/src/ansys/mapdl/core/_version.py index b378890816..96081b15d2 100644 --- a/src/ansys/mapdl/core/_version.py +++ b/src/ansys/mapdl/core/_version.py @@ -41,6 +41,8 @@ # In descending order SUPPORTED_ANSYS_VERSIONS = { + 252: "2025R2", + 251: "2025R1", 242: "2024R2", 241: "2024R1", 232: "2023R2",