Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Sep 2, 2022
1 parent 848ab96 commit 5a49085
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,19 @@
Changelog:
==========

v2.1.3:
-------

- Retrieve cross-section stresses at any point using ``get_stress_at_point()`` or
``get_stress_at_points()``, many thanks to `@normanrichardson <https://github.com/normanrichardson>`_
- Fix plot legend formatting, thanks to `@Agent6-6-6 <https://github.com/Agent6-6-6>`_
- Added ability for ``Geometry.align_center()`` and ``CompoundGeometry.align_center()``
to accept an ``x``, ``y`` coordinate as a valid input, thanks to `@connorferster <https://github.com/connorferster>`_
- Only require a warping analysis to be performed for a stress analysis if the shear
force or twisting moment is non-zero.

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

v2.1.2:
-------

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.2"
__version__ = "2.1.3"

0 comments on commit 5a49085

Please sign in to comment.