From 5c553aad8f90536e9a291294aa5fc352dca9fec5 Mon Sep 17 00:00:00 2001 From: Rafael Canton <107186344+rafacanton@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:00:59 +0200 Subject: [PATCH] Add 8.2 to prepare for post-release (#1492) --- src/ansys/dpf/core/_version.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ansys/dpf/core/_version.py b/src/ansys/dpf/core/_version.py index 998473082b..a540bb91a4 100644 --- a/src/ansys/dpf/core/_version.py +++ b/src/ansys/dpf/core/_version.py @@ -23,6 +23,7 @@ class ServerToAnsysVersion: "7.1": "2024R1", "8.0": "2024R2", "8.1": "2024R2", + "8.2": "2024R2", } def __getitem__(self, item):