Skip to content

Commit

Permalink
v0.23.0 (#1675)
Browse files Browse the repository at this point in the history
* bump version

* update release notes

* bump version

* update release notes

* fix release notes

* fix release notes

* fix notes

* fix notes

* fix notes
  • Loading branch information
jeff-hernandez committed Apr 12, 2023
1 parent 13bb7f4 commit 27e4b24
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,27 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.23.0 April 12, 2023
======================
* Fixes
* Updated ``Datetime`` format inference to include formats with two digit year dates along with timezones (:pr:`1666`)
* Changes
* Updated ``add_type`` and ``remove_type`` to include a `treatment` argument (:pr:`1661`)
* Limit pandas <2.0.0 for core requirements (:pr:`1668`)
* Upgrade minimum dask to 2022.11.1 and minimum pandas to 1.4.3 (:pr:`1671`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user: `ParthivNaresh`, :user: `simha104`
:user:`gsheni`, :user:`jeff-hernandez`, :user:`ParthivNaresh`, :user:`simha104`

v0.22.0 March 13, 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.22.0"
assert __version__ == "0.23.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.22.0"
__version__ = "0.23.0"

0 comments on commit 27e4b24

Please sign in to comment.