Skip to content

Commit ca86307

Browse files
Bump version
1 parent db763c4 commit ca86307

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
v2.1.4:
5+
-------
6+
7+
- Add side bar option to ``concrete_rectangular_section()``, thanks to `@Agent6-6-6 <https://github.com/Agent6-6-6>`_
8+
- Fix difference operation raising an error, thanks to `@connorferster <https://github.com/connorferster>`_
9+
- Added ``concrete_column_section()`` and ``add_bar()`` methods, thanks to `@connorferster <https://github.com/connorferster>`_
10+
11+
**Full changelog:** `2.1.3...2.1.4 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.3...2.1.4>`_
12+
413
v2.1.3:
514
-------
615

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.3"
9+
__version__ = "2.1.4"

0 commit comments

Comments
 (0)