diff --git a/composeml/tests/test_version.py b/composeml/tests/test_version.py index 32ca44c6..adc2c311 100644 --- a/composeml/tests/test_version.py +++ b/composeml/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.9.0" + assert __version__ == "0.9.1" diff --git a/composeml/version.py b/composeml/version.py index 3e2f46a3..d69d16e9 100644 --- a/composeml/version.py +++ b/composeml/version.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1" diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 978c207f..1b773f4a 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,16 +1,23 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== * Enhancements * Fixes * Changes - * Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`) * Documentation Changes - * Fix docs build and clean up release notes (:pr:`336`) * Testing Changes +.. Thanks to the following people for contributing to this release: + +v0.9.1 Nov 2, 2022 +================== + * Changes + * Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`) + * Documentation Changes + * Fix docs build and clean up release notes (:pr:`336`) + Thanks to the following people for contributing to this release: :user:`thehomebrewnerd`