Skip to content

Commit b056d2c

Browse files
committed
Update version numbers and add changes to changelog
1 parent abca970 commit b056d2c

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## v0.1.7a1
4+
- Update `Beam.plot` method to allow customization of plots generated
5+
- Added tests for `Beam.plot`
6+
- Added depreciation warning to `Beam.bending_stress` method
7+
8+
### Backwards Incompatible Changes
9+
- Removed `bending_stress` parameter from `Beam.plot` method
10+
11+
312
## v0.1.6dev
413
- Add documentation on [Read The Docs](https://femethods.readthedocs.io/en/latest/index.html)
514
- Expand module and function documentation

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = ''
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.1.5dev'
30+
release = '0.1.7a1'
3131

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

femethods/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
name = "femethods"
1+
__name__ = "femethods"
2+
__version__ = "0.1.7a1"
3+
__author__ = "Joseph Contreras Jr."
4+
__license__ = "MIT"
5+
__copyright__ = "Copyright 2019 Joseph Contreras Jr."

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='femethods',
8-
version='0.1.6dev',
8+
version='0.1.7a1',
99
author='Joseph Contreras',
1010
author_email='26684136+JosephJContreras@users.noreply.github.com',
1111
description='Implementation of Finite Element Analysis',

0 commit comments

Comments
 (0)