Skip to content

Commit

Permalink
v0.18.1 (#1108)
Browse files Browse the repository at this point in the history
* bump version

* update changelog

* update changelog
  • Loading branch information
thehomebrewnerd authored Aug 12, 2020
1 parent 78cc045 commit fbefcd0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

Changelog
---------
**Future Release**
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
Thanks to the following people for contributing to this release:
**v0.18.1 Aug 12, 2020**
* Fixes
* Fix ``EntitySet.plot()`` when given a dask entityset (:pr:`1086`)
* Changes
Expand All @@ -14,7 +22,7 @@ Changelog
* Use CircleCI matrix jobs in config to trigger multiple runs of same job with different parameters (:pr:`1105`)

Thanks to the following people for contributing to this release:
:user:`systemshift`, :user:`gsheni`, :user:`thehomebrewnerd`
:user:`gsheni`, :user:`systemshift`, :user:`thehomebrewnerd`

**v0.18.0 July 31, 2020**
* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.18.0"
assert __version__ == "0.18.1"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.18.0'
__version__ = '0.18.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='featuretools',
version='0.18.0',
version='0.18.1',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit fbefcd0

Please sign in to comment.