Skip to content

Commit fa9762b

Browse files
Bump version
1 parent cac5647 commit fa9762b

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.0.2:
5+
-------
6+
7+
- Add circular_section_by_area() in the section library
8+
- Add option to define reinforcement by area rather than diameter for all concrete sections in the section library
9+
- Fix bug in super_t_girder_section() which caused type 5 to be returned in all cases
10+
- Require matplotlib >= 3.4 for CenteredNorm
11+
412
v2.0.1:
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.0.1"
9+
__version__ = "2.0.2"

0 commit comments

Comments
 (0)