Skip to content

Commit 0b732b6

Browse files
v0.29.0 (#1830)
1 parent b49265b commit 0b732b6

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/source/release_notes.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
99
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.29.0 Feb 26, 2024
17+
====================
1018
* Changes
1119
* Remove numpy upper bound restriction in ``pyproject.toml`` :pr:`1819`
1220
* Bump min version of python-dateutil for pandas 2.0 compatibility :pr:`1825`
13-
* Documentation Changes
1421
* Testing Changes
1522
* Update ``release.yaml`` to use trusted publisher for PyPI releases :pr:`1819`
1623
* Update latest dependency CI runs to include run with only core requirements :pr:`1822`

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.28.0"
5+
assert __version__ == "0.29.0"

woodwork/version.py

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

0 commit comments

Comments
 (0)