Skip to content

Commit c67cd8a

Browse files
Merge pull request #481 from robbievanleeuwen/releases/v3.6.0
Bump version to v3.6.0
2 parents 388b367 + 62fbdd2 commit c67cd8a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/release-drafter.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ version-resolver:
5353
# Custom text at start of release
5454
header: >
5555
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.
5760
5861
template: |
5962

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sectionproperties"
3-
version = "3.5.0"
3+
version = "3.6.0"
44
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)