Skip to content

Commit 43f59b8

Browse files
v0.25.1 (#1740)
1 parent 468c3e9 commit 43f59b8

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/source/release_notes.rst

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

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
99
* Fixes
10-
* Restrict ``numpy`` version to resolve boolean inference issue with v1.25.0 :pr:`1735`
1110
* Changes
1211
* Documentation Changes
1312
* Testing Changes
1413
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.25.1 Jul 18, 2023
17+
====================
18+
* Fixes
19+
* Restrict ``numpy`` version to resolve boolean inference issue with v1.25.0 :pr:`1735`
20+
1521
Thanks to the following people for contributing to this release:
1622
:user:`thehomebrewnerd`
1723

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.25.0"
5+
assert __version__ == "0.25.1"

woodwork/version.py

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

0 commit comments

Comments
 (0)