From 335d7f30acae2fc33bcaa7de3b29aab06d811a71 Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Thu, 21 Nov 2024 07:37:55 +0000 Subject: [PATCH] Bump version to v3.7.1 --- .github/release-drafter.yml | 6 ++---- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index acc28e30..1da0b11f 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -53,10 +53,8 @@ version-resolver: # Custom text at start of release header: > - 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! + This release adds an optional `r_in` argument to the rectangular hollow section + function in the steel sections library. template: | diff --git a/pyproject.toml b/pyproject.toml index 89c9bfcf..cb6692af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sectionproperties" -version = "3.7.0" +version = "3.7.1" 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 b95f5a50..fab8d765 100644 --- a/uv.lock +++ b/uv.lock @@ -2170,7 +2170,7 @@ wheels = [ [[package]] name = "sectionproperties" -version = "3.7.0" +version = "3.7.1" source = { editable = "." } dependencies = [ { name = "cytriangle" },