Skip to content

Commit 262cd82

Browse files
Merge pull request #491 from robbievanleeuwen/releases/v3.7.0
Bump version to v3.7.0
2 parents aedb978 + d4362d7 commit 262cd82

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ version-resolver:
5353
# Custom text at start of release
5454
header: >
5555
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.
56+
This release adds several reinforced concrete wall and core geometries to the built-in
57+
section library. Check out the updated concrete sections library
58+
[here](https://sectionproperties.readthedocs.io/en/stable/user_guide/geometry.html#concrete-sections)!
59+
This release also provides support for NumPy v2!
6060
6161
template: |
6262

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sectionproperties"
3-
version = "3.6.0"
3+
version = "3.7.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"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)