Skip to content

Commit

Permalink
v0.25.0 (#1485)
Browse files Browse the repository at this point in the history
* bump version number

* update release notes
  • Loading branch information
rwedge authored Jun 11, 2021
1 parent d882b8f commit b3b36b4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.25.0 Jun 11, 2021
====================
* Enhancements
* Add ``get_valid_primitives`` function (:pr:`1462`)
* Add ``EntitySet.dataframe_type`` attribute (:pr:`1473`)
* Fixes
* Changes
* Upgrade minimum alteryx open source update checker to 2.0.0 (:pr:`1460`)
* Documentation Changes
* Testing Changes
* Upgrade minimum pip requirement for testing to 21.1.2 (:pr:`1475`)

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

0 comments on commit b3b36b4

Please sign in to comment.