Skip to content

Commit a73af93

Browse files
Bump version to 3.0.2
1 parent 35d27dc commit a73af93

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/release-drafter.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ exclude-contributors:
5252
- "robbievanleeuwen"
5353

5454
# Custom text at start of release
55-
header: |
56-
This release addresses a bug with the concrete rectangular section side bars and
57-
bumps several python and github actions dependencies.
55+
header: >
56+
This release restores the top reinforcement distribution for concrete_tee_sections()
57+
present in `sectionproperties` v2.1.5. It also includes some minor docs fixes, CI
58+
updates and dependency updates.
5859
5960
template: |
6061
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sectionproperties"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)