Skip to content

Commit

Permalink
v0.24.1 (#1450)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hernandez authored May 26, 2021
1 parent 8c7f2cf commit 6f71904
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
17 changes: 13 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

Release Notes
-------------
Future Release
==============

.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.24.1 May 26, 2021
====================
* Fixes
* Update minimum pyyaml requirement to 5.4 (:pr:`1433`)
* Update minimum psutil requirement to 5.6.6 (:pr:`1438`)
* Changes
* Documentation Changes
* Update nbsphinx version to fix docs build issue (:pr:`1436`)
* Testing Changes
Expand All @@ -17,7 +26,7 @@ Future Release
* Add unit tests against minimum dependencies for python 3.7 on PRs and main (:pr:`1432`, :pr:`1445`)

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

v0.24.0 Apr 30, 2021
====================
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.24.0"
assert __version__ == "0.24.1"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.24.0'
__version__ = '0.24.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.24.0',
version='0.24.1',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit 6f71904

Please sign in to comment.