Skip to content

Commit 3a62c47

Browse files
Bump version
1 parent 9fc3315 commit 3a62c47

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.1:
5+
-------
6+
7+
- Use Lagrangian multiplier for calculation of torsion properties
8+
- Add more plotting options to ``plot_geometry()``
9+
10+
**Full changelog:** `2.1.0...2.1.1 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.0...2.1.1>`_
11+
412
v2.1.0:
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.0"
9+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)