File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ version-resolver:
53
53
# Custom text at start of release
54
54
header : >
55
55
56
- Insert header here...
56
+ 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.
57
60
58
61
template : |
59
62
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " sectionproperties"
3
- version = " 3.5 .0"
3
+ version = " 3.6 .0"
4
4
description = " A python package for the analysis of arbitrary cross-sections using the finite element method."
5
5
readme = " README.md"
6
6
license = {file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments