Skip to content

Commit 40b12e2

Browse files
committed
Create release 0.7.0
1 parent 02ae36c commit 40b12e2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

doc/source/intro.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ By default the DPF server is started from the latest Ansys installer. To choose
119119

120120
* - Server version
121121
- ansys.dpf.composites Python module version
122+
* - 10.0 (Ansys 2025 R2)
123+
- 0.3.0 and later
122124
* - 9.0 (Ansys 2025 R1 pre0)
123125
- 0.3.0 and later
124126
* - 8.1 (Ansys 2024 R2 pre1)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
# Check https://python-poetry.org/docs/pyproject/ for all available sections
77
name = "ansys-dpf-composites"
88
# Switch to released version of dpf core releasing pydpf-composites!
9-
version = "0.7.dev0"
9+
version = "0.7.0"
1010
description = "Post-processing of composite structures based on Ansys DPF"
1111
license = "MIT"
1212
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -45,9 +45,9 @@ pytest = {version = ">=7.1.2", optional = true}
4545
pytest-cov = {version = ">=3.0.0", optional = true}
4646
mypy = {version = ">=1.2.0", optional = true}
4747
mypy-extensions = {version = ">=1.0.0", optional = true}
48-
ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"}
48+
# ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"}
4949
# Switch to released version when we release pydpf-composites!
50-
#ansys-dpf-core = ">=0.10.1"
50+
ansys-dpf-core = ">=0.10.1"
5151
matplotlib = {version = ">=3.8.0"}
5252
pyvista = {version = ">=0.40.2,!=0.44.2", extras=["jupyter", "trame"], optional=true}
5353
pre-commit = {version = "*", optional = true}

tests/test_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525

2626
def test_pkg_version():
27-
assert __version__ == "0.7.dev0"
27+
assert __version__ == "0.7.0"

0 commit comments

Comments
 (0)