Skip to content

Commit b7e4a5f

Browse files
Release v1.0.4
1 parent acc3660 commit b7e4a5f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log:
22
===========
33

4+
v1.0.4:
5+
-------
6+
7+
- Added a monosymmetric I-section class
8+
- Extend the plastic centroid search range to the entire section
9+
- Remove the pc_region variable from the plastic centroid calculation as it is no longer relevant
10+
- Better verbose output for the plastic centroid calculation
11+
412
v1.0.3:
513
-------
614

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Robbie van Leeuwen'
2525

2626
# The short X.Y version
27-
version = '1.0.3'
27+
version = '1.0.4'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.0.3'
29+
release = '1.0.4'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def readme():
2323
install_requires.append('meshpy')
2424

2525
setup(name='sectionproperties',
26-
version='1.0.3',
26+
version='1.0.4',
2727
description=description_text(),
2828
long_description=readme(),
2929
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)