From 9a790ad74ffd88faf6c706a4a3c9fda311ab5b47 Mon Sep 17 00:00:00 2001 From: ozzieD Date: Thu, 18 Aug 2022 12:36:08 -0600 Subject: [PATCH] v1.13.0 (#2248) * release process for 1.13.0 * dup name and remove enhancements * is it this? --- docs/source/release_notes.rst | 15 ++++++++++++--- featuretools/tests/test_version.py | 2 +- featuretools/version.py | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 35325a304d..73ae8fccbc 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -3,9 +3,18 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. Thanks to the following people for contributing to this release: + +v1.13.0 Aug 18, 2022 +==================== * Fixes * Allow boolean columns to be included in remove_highly_correlated_features (:pr:`2231`) * Changes @@ -20,7 +29,7 @@ Future Release * Update development requirements and use latest for documentation (:pr:`2225`) Thanks to the following people for contributing to this release: - :user:`gsheni`, :user:`ozzieD`, :user:`sbadithe`, :user:`tamargrey`, :user:`ozzieD` + :user:`gsheni`, :user:`ozzieD`, :user:`sbadithe`, :user:`tamargrey` v1.12.1 Aug 4, 2022 =================== diff --git a/featuretools/tests/test_version.py b/featuretools/tests/test_version.py index 0844657dfa..323964e33c 100644 --- a/featuretools/tests/test_version.py +++ b/featuretools/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.12.1" + assert __version__ == "1.13.0" diff --git a/featuretools/version.py b/featuretools/version.py index 438a38d1e5..9a34ccc9fa 100644 --- a/featuretools/version.py +++ b/featuretools/version.py @@ -1 +1 @@ -__version__ = "1.12.1" +__version__ = "1.13.0"