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 08307b0 commit 3809cfeCopy full SHA for 3809cfe
.github/release-drafter.yml
@@ -52,10 +52,12 @@ exclude-contributors:
52
- "robbievanleeuwen"
53
54
# Custom text at start of release
55
-header: |
56
- xxx
+header: >
+ This release maintains compatibility with `sectionproperties` `v3.1.0` and adds `nbQA`
57
+ and `flake8-pytest-style`
58
59
template: |
60
+
61
## What's Changed
62
63
$CHANGES
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "concreteproperties"
3
-version = "0.6.0"
+version = "0.6.1"
4
description = "A python package to determine cross-section propreties of reinforced concrete sections."
5
license = "MIT"
6
authors = [
0 commit comments