From 365abd9519d2eec8eec75936644a7b865d4ef40a Mon Sep 17 00:00:00 2001 From: Nate Parsons <4307001+thehomebrewnerd@users.noreply.github.com> Date: Fri, 27 May 2022 10:59:28 -0500 Subject: [PATCH] v1.9.1 (#2098) --- 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 e48645f732..861614ee45 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -3,11 +3,20 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== * Enhancements - * Update ``DateToHoliday`` and ``DistanceToHoliday`` primitives to work with timezone-aware inputs (:pr:`2056`) * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. Thanks to the following people for contributing to this release: + +v1.9.1 May 27, 2022 +=================== + * Enhancements + * Update ``DateToHoliday`` and ``DistanceToHoliday`` primitives to work with timezone-aware inputs (:pr:`2056`) * Changes * Delete setup.py, MANIFEST.in and move configuration to pyproject.toml (:pr:`2046`) * Documentation Changes diff --git a/featuretools/tests/test_version.py b/featuretools/tests/test_version.py index d16f215e73..86089c3595 100644 --- a/featuretools/tests/test_version.py +++ b/featuretools/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.9.0" + assert __version__ == "1.9.1" diff --git a/featuretools/version.py b/featuretools/version.py index 0a0a43a57e..38cf6dbeb5 100644 --- a/featuretools/version.py +++ b/featuretools/version.py @@ -1 +1 @@ -__version__ = "1.9.0" +__version__ = "1.9.1"