Skip to content

Commit 545e6f2

Browse files
committed
Bump version 0.6.0
1 parent f2b66db commit 545e6f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 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.6.dev0"
9+
version = "0.6.0"
1010
description = "Post-processing of composite structures based on Ansys DPF"
1111
license = "MIT"
1212
authors = ["ANSYS, Inc. <[email protected]>"]
@@ -43,9 +43,7 @@ pytest = {version = ">=7.1.2", optional = true}
4343
pytest-cov = {version = ">=3.0.0", optional = true}
4444
mypy = {version = ">=1.2.0", optional = true}
4545
mypy-extensions = {version = ">=1.0.0", optional = true}
46-
ansys-dpf-core = {git = "https://github.com/ansys/pydpf-core.git"}
47-
# Switch to released version when we release pydpf-composites!
48-
#ansys-dpf-core = ">=0.8"
46+
ansys-dpf-core = ">=0.8"
4947
matplotlib = {version = ">=3.5.0"}
5048
pyvista = {version = ">=0.40.2", extras=["jupyter", "trame"], optional=true}
5149
pre-commit = {version = "*", optional = true}

release_checklist.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
* Add docker pull for the container with the new version tag in ci_cd.yml
66
* Add pytest run for the new version in tox.ini
77
* Update the compatibility in the docs: intro.rst / Compatibility
8+
* Update the version of THIS package in the pyproject.toml file
89
* Revert to released version of dpf core in the pyproject.toml file
910
* Follow this guide (https://dev.docs.pyansys.com/how-to/releasing.html) to create a release branch and release. Also bump version in test_metadata.py test.

0 commit comments

Comments
 (0)