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 ff82e37 commit 19dc042Copy full SHA for 19dc042
.github/release-drafter.yml
@@ -52,7 +52,9 @@ exclude-contributors:
52
- "robbievanleeuwen"
53
54
# Custom text at start of release
55
-header: >
+header: |
56
+
57
+ This release adds python 3.12 support!
58
59
template: |
60
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "concreteproperties"
3
-version = "0.6.2"
+version = "0.6.3"
4
description = "A python package to determine cross-section propreties of reinforced concrete sections."
5
license = "MIT"
6
authors = [
0 commit comments