From d4362d783b96a86bb7f2127f7c6903574056968e Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Sat, 16 Nov 2024 12:38:16 +0000 Subject: [PATCH] Bump version to v3.7.0 --- .github/release-drafter.yml | 8 ++++---- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 0d8bd482..acc28e30 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -53,10 +53,10 @@ version-resolver: # Custom text at start of release header: > - This release introduces the calculation of the yield moment when material properties - are applied to the section. The yield moment is calculated as part of the geometric - analysis with `calculate_geometric_properties()` and can be retrieved with the - `get_my()` or `get_my_p()` methods. + This release adds several reinforced concrete wall and core geometries to the built-in + section library. Check out the updated concrete sections library + [here](https://sectionproperties.readthedocs.io/en/stable/user_guide/geometry.html#concrete-sections)! + This release also provides support for NumPy v2! template: | diff --git a/pyproject.toml b/pyproject.toml index 60a24e1d..89c9bfcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sectionproperties" -version = "3.6.0" +version = "3.7.0" description = "A python package for the analysis of arbitrary cross-sections using the finite element method." readme = "README.md" license = {file = "LICENSE"} diff --git a/uv.lock b/uv.lock index 851e768f..b95f5a50 100644 --- a/uv.lock +++ b/uv.lock @@ -2170,7 +2170,7 @@ wheels = [ [[package]] name = "sectionproperties" -version = "3.6.0" +version = "3.7.0" source = { editable = "." } dependencies = [ { name = "cytriangle" },