Skip to content

Commit 11f7cde

Browse files
stable release for 2025 R2 SP02 (#1153)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent c2ddced commit 11f7cde

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
DOCKER_IMAGE_NAME: ghcr.io/ansys/prime
19-
DOCKER_IMAGE_TAG: '25.2.2.dev0'
19+
DOCKER_IMAGE_TAG: '25.2.2'
2020
MAIN_PYTHON_VERSION: '3.13'
2121
PACKAGE_NAME: 'ansys-meshing-prime'
2222
PACKAGE_NAMESPACE: 'ansys.meshing.prime'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Stable release for 2025 R2 SP02

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "ansys-meshing-prime"
7-
version = "0.9.2.dev0"
7+
version = "0.9.2"
88
description = "PyPrimeMesh is a Python client to Ansys Prime Server, which delivers core Ansys meshing technology."
99
readme = "README.md"
1010
requires-python = ">=3.10,<4"

0 commit comments

Comments
 (0)