From 7e9784528c5e68551bc2c6fb266344d4ed3ba775 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:33:57 +0200 Subject: [PATCH 1/3] chore: bump minor version in main --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a962ae3a1a..aa2cb75ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "ansys-geometry-core" -version = "0.11.dev0" +version = "0.12.dev0" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" requires-python = ">=3.10,<4" From a722c49c7b76e8a8583b2e7bbdfc530af4b90adf Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 16 Jul 2025 09:35:04 +0000 Subject: [PATCH 2/3] chore: adding changelog file 2119.maintenance.md [dependabot-skip] --- doc/changelog.d/2119.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2119.maintenance.md diff --git a/doc/changelog.d/2119.maintenance.md b/doc/changelog.d/2119.maintenance.md new file mode 100644 index 0000000000..d0bc6d7ec4 --- /dev/null +++ b/doc/changelog.d/2119.maintenance.md @@ -0,0 +1 @@ +Bump minor version in main \ No newline at end of file From 40c8c58d5015f795b09a866043ad806aafc889ca Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:35:38 +0200 Subject: [PATCH 3/3] chore: other refs --- doc/source/assets.rst | 2 +- doc/source/getting_started/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/assets.rst b/doc/source/assets.rst index a9157ba64c..dd43f70d10 100644 --- a/doc/source/assets.rst +++ b/doc/source/assets.rst @@ -25,7 +25,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.11.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.12.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you are on Windows with Python 3.10, unzip to a wheelhouse directory by running ``-d wheelhouse`` diff --git a/doc/source/getting_started/installation.rst b/doc/source/getting_started/installation.rst index c1a531ccbe..ffbda2affa 100644 --- a/doc/source/getting_started/installation.rst +++ b/doc/source/getting_started/installation.rst @@ -94,7 +94,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install .. code:: bash - unzip ansys-geometry-core-v0.11.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.12.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed If you are on Windows with Python 3.10, unzip the wheelhouse archive to a wheelhouse directory