diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 3ad92c76..e53ae9f4 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -54,10 +54,18 @@ exclude-contributors: # Custom text at start of release header: > - This release swaps the new `Triangle` wrapper, [`CyTriangle`](https://github.com/m-clare/cytriangle), - for [`triangle`](https://github.com/drufat/triangle), thus supporting users with Apple - Silicon (`macos-arm64`). Many thanks for @m-clare for the hard work with this new - package! + This release contains several important bug fixes and dependency updates. + + Python 3.9 support is dropped ahead of the upcoming 3.13 release. Python 3.13 support + will be added once all the core upstream dependencies support 3.13. + + A bug in the `CompoundGeometry` offset dilation algorithm was fixed by @connorferster, + a live stream of this fix can be watched [here](https://www.youtube.com/live/hSfsojAAJjc?si=Zuwn7Mr6zXS1wHFF). + + Most importantly a critical bug in the plastic moment calculation was found and fixed, + see issue 460. Note that this bug affected plastic moment calculations for composite + sections only, the plastic centroid calculation and geometric-only analyses were + unaffected. template: | diff --git a/pyproject.toml b/pyproject.toml index e32432fd..f4ab68eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sectionproperties" -version = "3.3.0" +version = "3.4.0" description = "A python package for the analysis of arbitrary cross-sections using the finite element method." license = "MIT" authors = [