Skip to content

Commit

Permalink
v0.29.0 (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Feb 26, 2024
1 parent b49265b commit 0b732b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.29.0 Feb 26, 2024
====================
* Changes
* Remove numpy upper bound restriction in ``pyproject.toml`` :pr:`1819`
* Bump min version of python-dateutil for pandas 2.0 compatibility :pr:`1825`
* Documentation Changes
* Testing Changes
* Update ``release.yaml`` to use trusted publisher for PyPI releases :pr:`1819`
* Update latest dependency CI runs to include run with only core requirements :pr:`1822`
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.28.0"
assert __version__ == "0.29.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.28.0"
__version__ = "0.29.0"

0 comments on commit 0b732b6

Please sign in to comment.