Skip to content

Commit

Permalink
Bump version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alikasim72 authored and sanger640 committed Jan 31, 2023
1 parent 11529da commit ac87998
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:

- name: Deploy
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: pyansys/actions/doc-deploy-stable@v3
uses: pyansys/actions/doc-deploy-stable@v2.0.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
cname: ${{ env.DOCUMENTATION_CNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:

- name: Deploy
if: matrix.image-tag == 'v23.1.0'
uses: pyansys/actions/doc-deploy-dev@v3
uses: pyansys/actions/doc-deploy-dev@v2.0.7
with:
doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}'
doc-artifact-name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}
cname: ${{ env.DOCUMENTATION_CNAME }}
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/dev", None),
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"numpy": ("https://numpy.org/devdocs", None),
"numpy": ("https://numpy.org/doc/stable", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable", None),
"pyvista": ("https://docs.pyvista.org/", None),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
# Check https://python-poetry.org/docs/pyproject/ for all available sections
name = "ansys-fluent-parametric"
version = "0.6.0"
version = "0.6.1"
description = "A python wrapper for Ansys Fluent parametric workflows"
license = "MIT"
authors = ["ANSYS, Inc. <[email protected]>"]
Expand Down

0 comments on commit ac87998

Please sign in to comment.