-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
# Check https://python-poetry.org/docs/pyproject/ for all available sections | ||
name = "ansys-dpf-composites" | ||
# Switch to released version of dpf core releasing pydpf-composites! | ||
version = "0.6.dev0" | ||
version = "0.7.dev0" | ||
description = "Post-processing of composite structures based on Ansys DPF" | ||
license = "MIT" | ||
authors = ["ANSYS, Inc. <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
* Check the release_checklist in the dpf_composites repo | ||
* Check the README_release_new_version in the dpf_composites repo | ||
|
||
* As soon as the docker image with the version tag is available, add explicit tests for the new version. This should happen when a release branch is created for normal releases and | ||
once the image is tagged manually for pre-releases. | ||
* Add docker pull for the container with the new version tag in ci_cd.yml | ||
* Add pytest run for the new version in tox.ini | ||
* Update the compatibility in the docs: intro.rst / Compatibility | ||
* Update the version of THIS package in the pyproject.toml file | ||
* Revert to released version of dpf core in the pyproject.toml file | ||
* 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. |