diff --git a/composeml/tests/test_version.py b/composeml/tests/test_version.py index c011d107..431ca80b 100644 --- a/composeml/tests/test_version.py +++ b/composeml/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.10.0" + assert __version__ == "0.10.1" diff --git a/composeml/version.py b/composeml/version.py index 61fb31ca..1f4c4d43 100644 --- a/composeml/version.py +++ b/composeml/version.py @@ -1 +1 @@ -__version__ = "0.10.0" +__version__ = "0.10.1" diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 368f9e90..08712387 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,15 +1,21 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== * Enhancements * Fixes * Changes - * Update create feedstock pull request workflow (:pr:`364`) * Documentation Changes * Testing Changes +.. Thanks to the following people for contributing to this release: + +v0.10.1 Jan 6, 2023 +=================== + * Changes + * Update create feedstock pull request workflow (:pr:`364`) + Thanks to the following people for contributing to this release: :user:`gsheni`