Skip to content

Commit 2ea83cd

Browse files
Bump version to 3.0.1
1 parent f3c6649 commit 2ea83cd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ version-resolver:
5151
exclude-contributors:
5252
- "robbievanleeuwen"
5353

54+
# Custom text at start of release
5455
header: |
55-
Custom text at start of release...
56+
This release addresses a bug with the concrete rectangular section side bars and
57+
bumps several python and github actions dependencies.
5658
5759
template: |
5860
## 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.0"
3+
version = "3.0.1"
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)