diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index ffaba39c7..03e1575d4 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -3,17 +3,24 @@ Release Notes ------------- -Future Release -============== +.. Future Release + ============== + * Enhancements + * Fixes + * Changes + * Documentation Changes + * Testing Changes + +.. Thanks to the following people for contributing to this release: + +v0.30.0 Apr 10, 2024 +==================== .. warning:: Support for use with Dask and Pyspark dataframes is planned for removal in an upcoming release of Woodwork. - * Enhancements - * Fixes * Changes * Temporarily restrict Dask version :pr:`1837` * Updates for compatibility with Dask ``2024.4.1`` :pr:`1843` - * Documentation Changes * Testing Changes * Fix serialization test to work with pytest 8.1.1 :pr:`1837` diff --git a/woodwork/tests/test_version.py b/woodwork/tests/test_version.py index 4cf73bfb4..d8d7a2b71 100644 --- a/woodwork/tests/test_version.py +++ b/woodwork/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "0.29.0" + assert __version__ == "0.30.0" diff --git a/woodwork/version.py b/woodwork/version.py index f634f5ba5..0bda2bd09 100644 --- a/woodwork/version.py +++ b/woodwork/version.py @@ -1 +1 @@ -__version__ = "0.29.0" +__version__ = "0.30.0"