Skip to content

Commit

Permalink
v0.28.0 (#1813)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamargrey authored Feb 5, 2024
1 parent 5073f64 commit 17eb10a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Release Notes
.. Thanks to the following people for contributing to this release:
v0.28.0
====================
* Enhancements
* Fixes
v0.28.0 Feb 5, 2024
===================
.. warning::
This release of Woodwork will not support Python 3.8

* Changes
* Upgraded numpy to < 2.0.0 :pr:`1799`
* Documentation Changes
Expand All @@ -25,7 +26,7 @@ v0.28.0
* Upgraded moto and boto3 :pr:`1799`

Thanks to the following people for contributing to this release:
:user:`cp2boston`, :user:`gsheni`
:user:`cp2boston`, :user:`gsheni`, :user:`tamargrey`

v0.27.0 Dec 12, 2023
====================
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.27.0"
assert __version__ == "0.28.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.27.0"
__version__ = "0.28.0"

0 comments on commit 17eb10a

Please sign in to comment.