From 215443cf01f6dbd390df7552ba0f0811a150d727 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:04:11 +0100 Subject: [PATCH 1/2] chore: bump dev version --- SECURITY.md | 14 +++++++------- doc/source/assets.rst | 2 +- doc/source/getting_started/installation.rst | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 385292442a..a03fec3c40 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -26,13 +26,13 @@ SOFTWARE. ## Supported Versions -| Version | Supported | -| ------- | ------------------ | -| <= 0.9 | :x: | -| 0.10.x | :white_check_mark: | -| 0.11.x | :white_check_mark: | -| 0.12.x | :white_check_mark: | -| dev | :white_check_mark: | +| Version | Supported | +| ---------- | ------------------ | +| <= 0.10 | :x: | +| 0.11.x | :white_check_mark: | +| 0.12.x | :white_check_mark: | +| 0.13.x | :white_check_mark: | +| 0.14.dev0 | :white_check_mark: | ## Reporting a vulnerability diff --git a/doc/source/assets.rst b/doc/source/assets.rst index dd43f70d10..5a267f70fc 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.12.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.14.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 56c9d701cd..ad681ca155 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.12.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse + unzip ansys-geometry-core-v0.14.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 diff --git a/pyproject.toml b/pyproject.toml index 2c56a3e4c7..a773745724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "flit-core>=3.2,<4" ] [project] name = "ansys-geometry-core" -version = "0.12.dev0" +version = "0.14.dev0" description = "A python wrapper for Ansys Geometry service" readme = "README.rst" license = "MIT" From d37f9c73398de6cc85869212e164fbd4a6e3f006 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:07:30 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2405.maintenance.md [dependabot-skip] --- doc/changelog.d/2405.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2405.maintenance.md diff --git a/doc/changelog.d/2405.maintenance.md b/doc/changelog.d/2405.maintenance.md new file mode 100644 index 0000000000..879a49d381 --- /dev/null +++ b/doc/changelog.d/2405.maintenance.md @@ -0,0 +1 @@ +Bump dev version