Skip to content

Commit

Permalink
Bump 0.3.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto committed Jul 9, 2022
1 parent b86d137 commit 5175dd8
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
body: |
Please add one of the following labels to add this contribution to the Release Notes :point_down:
- [bug](https://github.com/pyansys/ansys-templates/pulls?q=label%3Abug+)
- [documentation](https://github.com/pyansys/ansys-templates/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/pyansys/ansys-templates/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/pyansys/ansys-templates/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/pyansys/ansys-templates/pulls?q=label%3Amaintenance+)
- [release](https://github.com/pyansys/ansys-templates/pulls?q=label%3Arelease+)
- [bug](https://github.com/ansys/ansys-templates/pulls?q=label%3Abug+)
- [documentation](https://github.com/ansys/ansys-templates/pulls?q=label%3Adocumentation+)
- [enhancement](https://github.com/ansys/ansys-templates/pulls?q=label%3Aenhancement+)
- [good first issue](https://github.com/ansys/ansys-templates/pulls?q=label%3Agood+first+issue)
- [maintenance](https://github.com/ansys/ansys-templates/pulls?q=label%3Amaintenance+)
- [release](https://github.com/ansys/ansys-templates/pulls?q=label%3Arelease+)
30 changes: 15 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Welcome to Ansys templates
:target: https://pypi.org/project/ansys-templates/
:alt: PyPI

.. |codecov| image:: https://codecov.io/gh/pyansys/ansys-templates/branch/main/graph/badge.svg
:target: https://codecov.io/gh/pyansys/ansys-templates
.. |codecov| image:: https://codecov.io/gh/ansys/ansys-templates/branch/main/graph/badge.svg
:target: https://codecov.io/gh/ansys/ansys-templates
:alt: Codecov

.. |GH-CI| image:: https://github.com/pyansys/ansys-templates/actions/workflows/ci.yml/badge.svg
:target: https://github.com/pyansys/ansys-templates/actions/workflows/ci.yml
.. |GH-CI| image:: https://github.com/ansys/ansys-templates/actions/workflows/ci.yml/badge.svg
:target: https://github.com/ansys/ansys-templates/actions/workflows/ci.yml
:alt: CH-CI

.. |MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
Expand Down Expand Up @@ -47,7 +47,7 @@ For information on using this tool, see the `Ansys Templates Documentation`_.

.. _Ansys Templates Documentation: https://templates.pyansys.com/

.. image:: https://github.com/pyansys/ansys-templates/raw/main/doc/source/_static/basic_usage.gif
.. image:: https://github.com/ansys/ansys-templates/raw/main/doc/source/_static/basic_usage.gif


How to install
Expand Down Expand Up @@ -133,13 +133,13 @@ its corresponding demonstration branch.
* Demo branch for `pyace-flask`_
* Demo branch for `pyace-grpc`_

.. _doc-project: https://github.com/pyansys/ansys-templates/tree/demo/doc-project
.. _pybasic: https://github.com/pyansys/ansys-templates/tree/demo/pybasic
.. _pyansys: https://github.com/pyansys/ansys-templates/tree/demo/pyansys
.. _pyansys-advanced using flit: https://github.com/pyansys/ansys-templates/tree/demo/pyansys-advanced-flit
.. _pyansys-advanced using poetry: https://github.com/pyansys/ansys-templates/tree/demo/pyansys-advanced-poetry
.. _pyansys-advanced using setuptools: https://github.com/pyansys/ansys-templates/tree/demo/pyansys-advanced-setuptools
.. _pyace: https://github.com/pyansys/ansys-templates/tree/demo/pyace-pkg
.. _pyace-fast: https://github.com/pyansys/ansys-templates/tree/demo/pyace-fast
.. _pyace-flask: https://github.com/pyansys/ansys-templates/tree/demo/pyace-flask
.. _pyace-grpc: https://github.com/pyansys/ansys-templates/tree/demo/pyace-grpc
.. _doc-project: https://github.com/ansys/ansys-templates/tree/demo/doc-project
.. _pybasic: https://github.com/ansys/ansys-templates/tree/demo/pybasic
.. _pyansys: https://github.com/ansys/ansys-templates/tree/demo/pyansys
.. _pyansys-advanced using flit: https://github.com/ansys/ansys-templates/tree/demo/pyansys-advanced-flit
.. _pyansys-advanced using poetry: https://github.com/ansys/ansys-templates/tree/demo/pyansys-advanced-poetry
.. _pyansys-advanced using setuptools: https://github.com/ansys/ansys-templates/tree/demo/pyansys-advanced-setuptools
.. _pyace: https://github.com/ansys/ansys-templates/tree/demo/pyace-pkg
.. _pyace-fast: https://github.com/ansys/ansys-templates/tree/demo/pyace-fast
.. _pyace-flask: https://github.com/ansys/ansys-templates/tree/demo/pyace-flask
.. _pyace-grpc: https://github.com/ansys/ansys-templates/tree/demo/pyace-grpc
16 changes: 8 additions & 8 deletions doc/source/templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To create a new project using this template by running:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/doc-project
https://github.com/ansys/ansys-templates/tree/demo/doc-project


``pybasic`` template
Expand All @@ -82,7 +82,7 @@ To create a new project using this template by running:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pybasic
https://github.com/ansys/ansys-templates/tree/demo/pybasic


``pyansys`` template
Expand All @@ -107,7 +107,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyansys
https://github.com/ansys/ansys-templates/tree/demo/pyansys


``pyansys-advanced`` template
Expand All @@ -133,7 +133,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyansys-advanced
https://github.com/ansys/ansys-templates/tree/demo/pyansys-advanced


``pyansys-openapi-client`` template
Expand Down Expand Up @@ -181,7 +181,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyace-pkg
https://github.com/ansys/ansys-templates/tree/demo/pyace-pkg


``pyace-fast`` template
Expand All @@ -208,7 +208,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyace-fast
https://github.com/ansys/ansys-templates/tree/demo/pyace-fast


``pyace-flask`` template
Expand Down Expand Up @@ -236,7 +236,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyace-flask
https://github.com/ansys/ansys-templates/tree/demo/pyace-flask


``pyace-grpc`` template
Expand All @@ -263,7 +263,7 @@ To create a new project using this template, run:
.. admonition:: Link to demo

https://github.com/pyansys/ansys-templates/tree/demo/pyace-grpc
https://github.com/ansys/ansys-templates/tree/demo/pyace-grpc

.. Links and references
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-templates"
version = "0.3.0"
version = "0.3.1"
description = "Creates Python projects according to PyAnsys guidelines"
readme = "README.rst"
requires-python = ">=3.7"
Expand Down

0 comments on commit 5175dd8

Please sign in to comment.