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"