Skip to content

Commit

Permalink
release: v2024.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Aug 29, 2024
1 parent 1b39dd6 commit def3f99
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ commands:

.. code:: bash
unzip pyansys-v2024.2.3-wheelhouse-Linux-3.9-core.zip wheelhouse
unzip pyansys-v2024.2.4-wheelhouse-Linux-3.9-core.zip wheelhouse
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using
Expand Down Expand Up @@ -232,7 +232,7 @@ Any subsequent patched version of this package would be:
2024.2.1
2024.2.2
2024.2.3
2024.2.4
...
You can request a specific version install when using ``pip`` to install
Expand Down
4 changes: 2 additions & 2 deletions doc/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ it with the following:

.. code:: bash
unzip pyansys-v2024.2.3-wheelhouse-Linux-3.9-core.zip wheelhouse
unzip pyansys-v2024.2.4-wheelhouse-Linux-3.9-core.zip wheelhouse
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
Expand Down Expand Up @@ -126,7 +126,7 @@ And any subsequent patched version of that package would be:
2024.2.1
2024.2.2
2024.2.3
2024.2.4
...
You can request for a specific version install when pip installing your package:
Expand Down
2 changes: 1 addition & 1 deletion doc/source/supported_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ Below you can find a list of the Python versions supported by each PyAnsys metap
.. _2023.1: https://pypi.org/project/pyansys/2023.1.3/
.. _2023.2: https://pypi.org/project/pyansys/2023.2.11/
.. _2024.1: https://pypi.org/project/pyansys/2024.1.8/
.. _2024.2: https://pypi.org/project/pyansys/2024.2.3/
.. _2024.2: https://pypi.org/project/pyansys/2024.2.4/
.. _development: https://github.com/ansys/pyansys
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 = "flit_core.buildapi"
[project]
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
name = "pyansys"
version = "2024.2.3"
version = "2024.2.4"
description = "Pythonic interfaces to Ansys products"
readme = "README.rst"
requires-python = ">=3.9,<4"
Expand Down

0 comments on commit def3f99

Please sign in to comment.