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 7e00593 commit 1276320Copy full SHA for 1276320
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog:
2
==========
3
4
+v2.1.5:
5
+-------
6
+
7
+- Fix shapely 2.0 imports and STRtree implementation, with thanks to `@normanrichardson <https://github.com/normanrichardson>`_
8
+- Add support for python 3.10, drop support for python 3.7
9
10
+**Full changelog:** `2.1.4...2.1.5 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.4...2.1.5>`_
11
12
v2.1.4:
13
-------
14
sectionproperties/__init__.py
@@ -6,4 +6,4 @@
in structural design and visualise cross-sectional stresses resulting
from combinations of applied forces and bending moments.
"""
-__version__ = "2.1.4"
+__version__ = "2.1.5"
0 commit comments