From f4ce731fc6d68056255d23f3c033e8b6a7f52c6b Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:11:49 +0100 Subject: [PATCH 1/3] feat: supporting v251 --- src/ansys/mapdl/core/_version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/mapdl/core/_version.py b/src/ansys/mapdl/core/_version.py index b378890816..5ecc9a829c 100644 --- a/src/ansys/mapdl/core/_version.py +++ b/src/ansys/mapdl/core/_version.py @@ -41,6 +41,7 @@ # In descending order SUPPORTED_ANSYS_VERSIONS = { + 251: "2025R1", 242: "2024R2", 241: "2024R1", 232: "2023R2", From 3bcdda2815410e101e7cb85094d776c63fd45efa Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:23:50 +0100 Subject: [PATCH 2/3] feat: supporting v252 --- src/ansys/mapdl/core/_version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/mapdl/core/_version.py b/src/ansys/mapdl/core/_version.py index 5ecc9a829c..96081b15d2 100644 --- a/src/ansys/mapdl/core/_version.py +++ b/src/ansys/mapdl/core/_version.py @@ -41,6 +41,7 @@ # In descending order SUPPORTED_ANSYS_VERSIONS = { + 252: "2025R2", 251: "2025R1", 242: "2024R2", 241: "2024R1", From b8521266825de6fc7ecfe0707df813a7b71f186a Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:26:45 +0000 Subject: [PATCH 3/3] chore: adding changelog file 3571.miscellaneous.md [dependabot-skip] --- doc/changelog.d/3571.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3571.miscellaneous.md 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