Skip to content

Commit

Permalink
Merge 19027be into 373b54c
Browse files Browse the repository at this point in the history
  • Loading branch information
rwedge authored Jan 29, 2021
2 parents 373b54c + 19027be commit 581f28c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
13 changes: 10 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

Release Notes
-------------
**Future Release**
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
**v0.23.1 Jan 29, 2021**
* Fixes
* Calculate direct features uses default value if parent missing (:pr:`1312`)
* Fix bug and improve tests for ``EntitySet.__eq__`` and ``Entity.__eq__`` (:pr:`1323`)
* Changes
* Documentation Changes
* Update Twitter link to documentation toolbar (:pr:`1322`)
* Testing Changes
Expand All @@ -17,7 +24,7 @@ Release Notes
* Remove unnecessary test skips on Windows (:pr:`1320`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`jeff-hernandez`, :user:`rwedge`, :user:`thehomebrewnerd`, :user:`seriallazer`
:user:`gsheni`, :user:`jeff-hernandez`, :user:`rwedge`, :user:`seriallazer`, :user:`thehomebrewnerd`

**v0.23.0 Dec 31, 2020**
* Fixes
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.23.0"
assert __version__ == "0.23.1"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.23.0'
__version__ = '0.23.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit 581f28c

Please sign in to comment.