From a7ca20f9ca6ccd03fa045a3110730182caf8be6a Mon Sep 17 00:00:00 2001 From: Tamar Grey <64278226+tamargrey@users.noreply.github.com> Date: Tue, 5 Jul 2022 15:43:33 -0400 Subject: [PATCH] v1.11.1 (#2168) * bump version * Update release notes * remove extra = --- docs/source/release_notes.rst | 13 ++++++++++--- featuretools/tests/test_version.py | 2 +- featuretools/version.py | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 838b275b77..ca0ce8448e 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -2,15 +2,22 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== * Enhancements * Fixes - * Remove 24th hour from PartOfDay primitive and add 0th hour (:pr:`2167`) * Changes * Documentation Changes * Testing Changes +.. Thanks to the following people for contributing to this release: + + +v1.11.1 Jul 5, 2022 +=================== + * Fixes + * Remove 24th hour from PartOfDay primitive and add 0th hour (:pr:`2167`) + Thanks to the following people for contributing to this release: :user:`tamargrey` diff --git a/featuretools/tests/test_version.py b/featuretools/tests/test_version.py index 6143eee71c..c96347c07c 100644 --- a/featuretools/tests/test_version.py +++ b/featuretools/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.11.0" + assert __version__ == "1.11.1" diff --git a/featuretools/version.py b/featuretools/version.py index f84c53b0ff..c3fa782ca2 100644 --- a/featuretools/version.py +++ b/featuretools/version.py @@ -1 +1 @@ -__version__ = "1.11.0" +__version__ = "1.11.1"