Skip to content

Commit

Permalink
chore: bump dev branch to v0.8.dev0 (#1361)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
  • Loading branch information
RobPasMue and pyansys-ci-bot committed Aug 13, 2024
1 parent 81de425 commit baf94b4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ SOFTWARE.

| Version | Supported |
| ------- | ------------------ |
| <= 0.3 | :x: |
| 0.4.x | :white_check_mark: |
| <= 0.4 | :x: |
| 0.5.x | :white_check_mark: |
| 0.6.x | :white_check_mark: |
| 0.7.x | :white_check_mark: |
| dev | :white_check_mark: |

## Reporting a Vulnerability
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1361.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bump dev branch to v0.8.dev0
2 changes: 1 addition & 1 deletion doc/source/assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.dev0-wheelhouse-ubuntu-latest-3.10.zip wheelhouse
unzip ansys-geometry-core-v0.8.dev0-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``
Expand Down
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Changed
^^^^^^^

- chore: update CHANGELOG for v0.6.0 `#1245 <https://github.com/ansys/pyansys-geometry/pull/1245>`_
- chore: update dev version to 0.7.dev0 `#1246 <https://github.com/ansys/pyansys-geometry/pull/1246>`_
- chore: update dev version to 0.8.dev0 `#1246 <https://github.com/ansys/pyansys-geometry/pull/1246>`_


Fixed
Expand Down
2 changes: 1 addition & 1 deletion doc/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.dev0-wheelhouse-ubuntu-3.10.zip wheelhouse
unzip ansys-geometry-core-v0.8.dev0-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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "ansys-geometry-core"
version = "0.7.dev0"
version = "0.8.dev0"
description = "A python wrapper for Ansys Geometry service"
readme = "README.rst"
requires-python = ">=3.10,<4"
Expand Down

0 comments on commit baf94b4

Please sign in to comment.