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 62a1c73 commit 5bb142aCopy full SHA for 5bb142a
.github/release-drafter.yml
@@ -53,7 +53,7 @@ exclude-contributors:
53
54
# Custom text at start of release
55
header: |
56
- This release updates core and dev dependencies, as well as minor docs changes.
+ This release adds Python 3.12 support!
57
58
template: |
59
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "sectionproperties"
3
-version = "3.1.3"
+version = "3.2.0"
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