We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c6649 commit 2ea83cdCopy full SHA for 2ea83cd
.github/release-drafter.yml
@@ -51,8 +51,10 @@ version-resolver:
51
exclude-contributors:
52
- "robbievanleeuwen"
53
54
+# Custom text at start of release
55
header: |
- 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.
58
59
template: |
60
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sectionproperties"
3
-version = "3.0.0"
+version = "3.0.1"
4
description = "A python package for the analysis of arbitrary cross-sections using the finite element method."
5
license = "MIT"
6
authors = [
0 commit comments