Skip to content

Commit 122ede1

Browse files
guptadivya1501PProfizi
andauthoredMay 16, 2023
Introduce 7.0 server version for 2024R1 (#891)
* updated for revisioning * updated version for revisioning * Update src/ansys/dpf/core/_version.py * Revrt to 0.8.2.dev0 We may want to release pydpf-core with patch fixes before the actual 0.9.0 for 2024R1.pre0, so the best option is to keep it to 0.8.2.dev0, and only bump when required. --------- Co-authored-by: Paul Profizi <100710998+PProfizi@users.noreply.github.com>
1 parent f63617f commit 122ede1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎src/ansys/dpf/core/_version.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"3.0": ">=0.4.0",
1313
"4.0": ">=0.5.0",
1414
"5.0": ">=0.6.0",
15-
"6.0": ">=0.7dev",
15+
"6.0": ">=0.7.0",
16+
"7.0": ">=0.8dev",
1617
}
1718

1819
server_to_ansys_version = {
@@ -24,4 +25,5 @@
2425
"6.0": "2023R2",
2526
"6.1": "2023R2",
2627
"6.2": "2023R2",
28+
"7.0": "2024R1",
2729
}

0 commit comments

Comments
 (0)