From 19dc04243d63abcf47f41024c6b09f8af597667c Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Tue, 28 May 2024 00:15:21 +1000 Subject: [PATCH] Bump version to 0.6.3 --- .github/release-drafter.yml | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 46d2178a..f8afb45b 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -52,7 +52,9 @@ exclude-contributors: - "robbievanleeuwen" # Custom text at start of release -header: > +header: | + + This release adds python 3.12 support! template: | diff --git a/pyproject.toml b/pyproject.toml index eb91662b..c2ebfcf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "concreteproperties" -version = "0.6.2" +version = "0.6.3" description = "A python package to determine cross-section propreties of reinforced concrete sections." license = "MIT" authors = [