Skip to content

Commit 04d317a

Browse files
committed
release: v2024.2.5
1 parent f78c4e3 commit 04d317a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ commands:
196196

197197
.. code:: bash
198198
199-
unzip pyansys-v2024.2.4-wheelhouse-Linux-3.9-core.zip wheelhouse
199+
unzip pyansys-v2024.2.5-wheelhouse-Linux-3.9-core.zip wheelhouse
200200
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
201201
202202
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and then install using
@@ -232,7 +232,7 @@ Any subsequent patched version of this package would be:
232232
233233
2024.2.1
234234
2024.2.2
235-
2024.2.4
235+
2024.2.5
236236
...
237237
238238
You can request a specific version install when using ``pip`` to install

doc/source/getting_started.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ it with the following:
8787

8888
.. code:: bash
8989
90-
unzip pyansys-v2024.2.4-wheelhouse-Linux-3.9-core.zip wheelhouse
90+
unzip pyansys-v2024.2.5-wheelhouse-Linux-3.9-core.zip wheelhouse
9191
pip install pyansys -f wheelhouse --no-index --upgrade --ignore-installed
9292
9393
If you're on Windows with Python 3.9, unzip to a wheelhouse directory and install using the same command as above.
@@ -126,7 +126,7 @@ And any subsequent patched version of that package would be:
126126
127127
2024.2.1
128128
2024.2.2
129-
2024.2.4
129+
2024.2.5
130130
...
131131
132132
You can request for a specific version install when pip installing your package:

doc/source/supported_versions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ Below you can find a list of the Python versions supported by each PyAnsys metap
6161
.. _2023.1: https://pypi.org/project/pyansys/2023.1.3/
6262
.. _2023.2: https://pypi.org/project/pyansys/2023.2.11/
6363
.. _2024.1: https://pypi.org/project/pyansys/2024.1.8/
64-
.. _2024.2: https://pypi.org/project/pyansys/2024.2.4/
64+
.. _2024.2: https://pypi.org/project/pyansys/2024.2.5/
6565
.. _development: https://github.com/ansys/pyansys

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
# Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections
77
name = "pyansys"
8-
version = "2024.2.4"
8+
version = "2024.2.5"
99
description = "Pythonic interfaces to Ansys products"
1010
readme = "README.rst"
1111
requires-python = ">=3.9,<4"

0 commit comments

Comments
 (0)