Skip to content

Commit fac9486

Browse files
chore: bump dev version to 0.15.dev0 (#2422)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 165f441 commit fac9486

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ SOFTWARE.
2828

2929
| Version | Supported |
3030
| ---------- | ------------------ |
31-
| <= 0.10 | :x: |
32-
| 0.11.x | :white_check_mark: |
31+
| <= 0.11 | :x: |
3332
| 0.12.x | :white_check_mark: |
3433
| 0.13.x | :white_check_mark: |
35-
| 0.14.dev0 | :white_check_mark: |
34+
| 0.14.x | :white_check_mark: |
35+
| 0.15.dev0 | :white_check_mark: |
3636

3737
## Reporting a vulnerability
3838

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump dev version to 0.15.dev0

doc/source/assets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install
2525

2626
.. code:: bash
2727
28-
unzip ansys-geometry-core-v0.14.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
28+
unzip ansys-geometry-core-v0.15.dev0-all-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
2929
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
3030
3131
If you are on Windows with Python 3.10, unzip to a wheelhouse directory by running ``-d wheelhouse``

doc/source/getting_started/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ For example, on Linux with Python 3.10, unzip the wheelhouse archive and install
9494

9595
.. code:: bash
9696
97-
unzip ansys-geometry-core-v0.14.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
97+
unzip ansys-geometry-core-v0.15.dev0-all-wheelhouse-ubuntu-3.10.zip wheelhouse
9898
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
9999
100100
If you are on Windows with Python 3.10, unzip the wheelhouse archive to a wheelhouse directory

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "flit-core>=3.2,<4" ]
44

55
[project]
66
name = "ansys-geometry-core"
7-
version = "0.14.dev0"
7+
version = "0.15.dev0"
88
description = "A python wrapper for Ansys Geometry service"
99
readme = "README.rst"
1010
license = "MIT"

0 commit comments

Comments
 (0)