Skip to content

Commit

Permalink
v0.25.0 (#1734)
Browse files Browse the repository at this point in the history
* v0.25.0

* remove extra backticks
  • Loading branch information
thehomebrewnerd authored Jul 17, 2023
1 parent 8b85188 commit d2e6a71
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.25.0 Jul 17, 2023
====================
* Enhancements
* Force datetime guesser input to be string :pr:`1724`
* Add support for ``pandas`` v2.0.0 :pr:`1729`
* Fixes
* Changes
* Remove upper bound restriction on ``dask`` version :pr:`1729`
* Documentation Changes
* Testing Changes
* Remove ``autouse=True`` from latlong dataframe fixtures :pr:``1729``
* Remove ``autouse=True`` from latlong dataframe fixtures :pr:`1729`

Thanks to the following people for contributing to this release:
:user:`christopherbunn`, :user:`thehomebrewnerd`
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.24.0"
assert __version__ == "0.25.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.24.0"
__version__ = "0.25.0"

0 comments on commit d2e6a71

Please sign in to comment.