From 03b35359d59c63c3a8308ba799b3eeb90ba3993b Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Thu, 11 Dec 2025 16:17:07 +1100 Subject: [PATCH] Bump version to v3.10.0 --- .github/release-drafter.yml | 2 +- pyproject.toml | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index ecc5c300..67c71032 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -53,7 +53,7 @@ version-resolver: # Custom text at start of release header: > - This release adds a rectangular CLT geometry to the section library and updates several dependencies! + This update introduces compatibility with Python 3.14, adds optional web thickness specification for RHS geometries, and includes a new method for displaying transformed results. template: | diff --git a/pyproject.toml b/pyproject.toml index b7131e92..f15b6926 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sectionproperties" -version = "3.9.0" +version = "3.10.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 ea2d2dfe..d1f2d4d9 100644 --- a/uv.lock +++ b/uv.lock @@ -2450,9 +2450,9 @@ name = "rhino-shapley-interop" version = "0.0.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "numpy" }, - { name = "rhino3dm" }, - { name = "shapely" }, + { name = "numpy", marker = "python_full_version < '3.14'" }, + { name = "rhino3dm", marker = "python_full_version < '3.14'" }, + { name = "shapely", marker = "python_full_version < '3.14'" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7c/5a/f217048676f89fdf3fc13064a283ef130e9d428aacc3449e018d03eed4c7/rhino_shapley_interop-0.0.4.tar.gz", hash = "sha256:798bd04fff8100d0d352f5d8460a19a2db3e0e31be76d0dfc9aa52b0ec6483e3", size = 10151, upload-time = "2022-02-11T19:41:01.916Z" } wheels = [ @@ -2693,7 +2693,7 @@ wheels = [ [[package]] name = "sectionproperties" -version = "3.9.0" +version = "3.10.0" source = { editable = "." } dependencies = [ { name = "cytriangle" },