Skip to content

Commit 17eb10a

Browse files
authored
v0.28.0 (#1813)
1 parent 5073f64 commit 17eb10a

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

docs/source/release_notes.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Release Notes
1313
1414
.. Thanks to the following people for contributing to this release:
1515
16-
v0.28.0
17-
====================
18-
* Enhancements
19-
* Fixes
16+
v0.28.0 Feb 5, 2024
17+
===================
18+
.. warning::
19+
This release of Woodwork will not support Python 3.8
20+
2021
* Changes
2122
* Upgraded numpy to < 2.0.0 :pr:`1799`
2223
* Documentation Changes
@@ -25,7 +26,7 @@ v0.28.0
2526
* Upgraded moto and boto3 :pr:`1799`
2627

2728
Thanks to the following people for contributing to this release:
28-
:user:`cp2boston`, :user:`gsheni`
29+
:user:`cp2boston`, :user:`gsheni`, :user:`tamargrey`
2930

3031
v0.27.0 Dec 12, 2023
3132
====================

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.27.0"
5+
assert __version__ == "0.28.0"

woodwork/version.py

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

0 commit comments

Comments
 (0)