Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Oct 28, 2022
1 parent db763c4 commit ca86307
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,15 @@
Changelog:
==========

v2.1.4:
-------

- Add side bar option to ``concrete_rectangular_section()``, thanks to `@Agent6-6-6 <https://github.com/Agent6-6-6>`_
- Fix difference operation raising an error, thanks to `@connorferster <https://github.com/connorferster>`_
- Added ``concrete_column_section()`` and ``add_bar()`` methods, thanks to `@connorferster <https://github.com/connorferster>`_

**Full changelog:** `2.1.3...2.1.4 <https://github.com/robbievanleeuwen/section-properties/compare/2.1.3...2.1.4>`_

v2.1.3:
-------

Expand Down
2 changes: 1 addition & 1 deletion sectionproperties/__init__.py
Expand Up @@ -6,4 +6,4 @@
in structural design and visualise cross-sectional stresses resulting
from combinations of applied forces and bending moments.
"""
__version__ = "2.1.3"
__version__ = "2.1.4"

0 comments on commit ca86307

Please sign in to comment.