Skip to content

Commit d2e6a71

Browse files
v0.25.0 (#1734)
* v0.25.0 * remove extra backticks
1 parent 8b85188 commit d2e6a71

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/source/release_notes.rst

+13-5
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v0.25.0 Jul 17, 2023
17+
====================
818
* Enhancements
919
* Force datetime guesser input to be string :pr:`1724`
1020
* Add support for ``pandas`` v2.0.0 :pr:`1729`
11-
* Fixes
1221
* Changes
1322
* Remove upper bound restriction on ``dask`` version :pr:`1729`
14-
* Documentation Changes
1523
* Testing Changes
16-
* Remove ``autouse=True`` from latlong dataframe fixtures :pr:``1729``
24+
* Remove ``autouse=True`` from latlong dataframe fixtures :pr:`1729`
1725

1826
Thanks to the following people for contributing to this release:
1927
:user:`christopherbunn`, :user:`thehomebrewnerd`

woodwork/tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.24.0"
5+
assert __version__ == "0.25.0"

woodwork/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.24.0"
1+
__version__ = "0.25.0"

0 commit comments

Comments
 (0)