We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 388b367 + 62fbdd2 commit c67cd8aCopy full SHA for c67cd8a
.github/release-drafter.yml
@@ -53,7 +53,10 @@ version-resolver:
53
# Custom text at start of release
54
header: >
55
56
- Insert header here...
+ This release introduces the calculation of the yield moment when material properties
57
+ are applied to the section. The yield moment is calculated as part of the geometric
58
+ analysis with `calculate_geometric_properties()` and can be retrieved with the
59
+ `get_my()` or `get_my_p()` methods.
60
61
template: |
62
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sectionproperties"
3
-version = "3.5.0"
+version = "3.6.0"
4
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
5
readme = "README.md"
6
license = {file = "LICENSE"}
0 commit comments