Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Apr 19, 2019
1 parent acc3660 commit b7e4a5f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log:
===========

v1.0.4:
-------

- Added a monosymmetric I-section class
- Extend the plastic centroid search range to the entire section
- Remove the pc_region variable from the plastic centroid calculation as it is no longer relevant
- Better verbose output for the plastic centroid calculation

v1.0.3:
-------

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'Robbie van Leeuwen'

# The short X.Y version
version = '1.0.3'
version = '1.0.4'
# The full version, including alpha/beta/rc tags
release = '1.0.3'
release = '1.0.4'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def readme():
install_requires.append('meshpy')

setup(name='sectionproperties',
version='1.0.3',
version='1.0.4',
description=description_text(),
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b7e4a5f

Please sign in to comment.