Skip to content

Commit

Permalink
chore: update dev version to 0.7.dev0 (#1246)
Browse files Browse the repository at this point in the history
Co-authored-by: pyansys-ci-bot <pyansys.github.bot@ansys.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 7, 2024
1 parent 9eadf39 commit b2d3040
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/nightly_docker_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ on:
push:
paths:
- '.github/workflows/nightly_docker_test.yml'
# Sequence of patterns matched against refs/heads
branches-ignore:
- 'release/**'
# Sequence of patterns matched against refs/tags
tags-ignore:
- v*

env:
MAIN_PYTHON_VERSION: '3.12'
MAIN_PYTHON_VERSION: '3.11'
ANSRV_GEO_IMAGE_WINDOWS_TAG: ghcr.io/ansys/geometry:windows-latest-unstable
ANSRV_GEO_IMAGE_LINUX_TAG: ghcr.io/ansys/geometry:linux-latest-unstable
ANSRV_GEO_PORT: 710
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/1246.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update dev version to 0.7.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.9, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.6.dev0-wheelhouse-ubuntu-latest3.9.zip wheelhouse
unzip ansys-geometry-core-v0.7.dev0-wheelhouse-ubuntu-latest-3.9.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you are on Windows with Python 3.9, unzip to a wheelhouse directory by running ``-d wheelhouse``
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 @@ -77,7 +77,7 @@ For example, on Linux with Python 3.9, unzip the wheelhouse archive and install

.. code:: bash
unzip ansys-geometry-core-v0.6.dev0-wheelhouse-Linux-3.9.zip wheelhouse
unzip ansys-geometry-core-v0.7.dev0-wheelhouse-ubuntu-3.9.zip wheelhouse
pip install ansys-geometry-core -f wheelhouse --no-index --upgrade --ignore-installed
If you are on Windows with Python 3.9, 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.6.dev0"
version = "0.7.dev0"
description = "A python wrapper for Ansys Geometry service"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit b2d3040

Please sign in to comment.