diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 0286ba6490..e9d9ae5021 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -3,19 +3,28 @@ Release Notes ------------- -Future Release -============== + +.. Future Release + ============== + * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. Thanks to the following people for contributing to this release: + +v1.17.0 Oct 31, 2022 +==================== * Enhancements * Add featuretools-sklearn-transformer as an extra installation option (:pr:`2335`) * Add CountAboveMean, CountBelowMean, CountGreaterThan, CountInsideNthSTD, CountInsideRange, CountLessThan, CountOutsideNthSTD, CountOutsideRange (:pr:`2336`) - * Fixes * Changes * Restructure primitives directory to use individual primitives files (:pr:`2331`) * Restrict 2022.10.1 for dask and distributed (:pr:`2347`) * Documentation Changes * Add Featuretools-SQL to Install page on documentation (:pr:`2337`) * Fixes broken link in Featuretools documentation (:pr:`2339`) - * Testing Changes Thanks to the following people for contributing to this release: :user:`gsheni`, :user:`rwedge`, :user:`sbadithe`, :user:`thehomebrewnerd` diff --git a/featuretools/tests/test_version.py b/featuretools/tests/test_version.py index 850535b15e..7fe14ca163 100644 --- a/featuretools/tests/test_version.py +++ b/featuretools/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.16.0" + assert __version__ == "1.17.0" diff --git a/featuretools/version.py b/featuretools/version.py index 638c1217d2..30244104a5 100644 --- a/featuretools/version.py +++ b/featuretools/version.py @@ -1 +1 @@ -__version__ = "1.16.0" +__version__ = "1.17.0"