Skip to content

Commit 5cf3506

Browse files
v0.30.0 (#1847)
1 parent 211c696 commit 5cf3506

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.30.0 Apr 10, 2024
17+
====================
818
.. warning::
919
Support for use with Dask and Pyspark dataframes is planned for removal in an upcoming release of Woodwork.
1020

11-
* Enhancements
12-
* Fixes
1321
* Changes
1422
* Temporarily restrict Dask version :pr:`1837`
1523
* Updates for compatibility with Dask ``2024.4.1`` :pr:`1843`
16-
* Documentation Changes
1724
* Testing Changes
1825
* Fix serialization test to work with pytest 8.1.1 :pr:`1837`
1926

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.29.0"
5+
assert __version__ == "0.30.0"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.29.0"
1+
__version__ = "0.30.0"

0 commit comments

Comments
 (0)