Skip to content

Commit

Permalink
bump version 0.7.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Aug 14, 2024
1 parent f2b66db commit 82c1180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"]
Expand Down
3 changes: 2 additions & 1 deletion release_checklist.rst
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.

0 comments on commit 82c1180

Please sign in to comment.