Skip to content

Commit 1276320

Browse files
Bump version
1 parent 7e00593 commit 1276320

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog:
22
==========
33

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+
412
v2.1.4:
513
-------
614

sectionproperties/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
in structural design and visualise cross-sectional stresses resulting
77
from combinations of applied forces and bending moments.
88
"""
9-
__version__ = "2.1.4"
9+
__version__ = "2.1.5"

0 commit comments

Comments
 (0)