Skip to content

Commit

Permalink
v0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed May 13, 2024
1 parent 27edbcd commit 014b65f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Add support for Python 3.12 :pr:`1855`
* Fixes
* Changes
* Drop support for using Woodwork with Dask or Pyspark dataframes :pr:`1857`
* Use ``filter`` arg in call to ``tarfile.extractall`` to safely deserialize DataFrames :pr:`1862`
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.31.0 May 13, 2024
====================
* Enhancements
* Add support for Python 3.12 :pr:`1855`
* Changes
* Drop support for using Woodwork with Dask or Pyspark dataframes :pr:`1857`
* Use ``filter`` arg in call to ``tarfile.extractall`` to safely deserialize DataFrames :pr:`1862`

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

Expand Down
2 changes: 1 addition & 1 deletion woodwork/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.30.0"
assert __version__ == "0.31.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.30.0"
__version__ = "0.31.0"

0 comments on commit 014b65f

Please sign in to comment.