Skip to content

Commit 27e4b24

Browse files
v0.23.0 (#1675)
* bump version * update release notes * bump version * update release notes * fix release notes * fix release notes * fix notes * fix notes * fix notes
1 parent 13bb7f4 commit 27e4b24

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,27 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* 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.23.0 April 12, 2023
17+
======================
918
* Fixes
1019
* Updated ``Datetime`` format inference to include formats with two digit year dates along with timezones (:pr:`1666`)
1120
* Changes
1221
* Updated ``add_type`` and ``remove_type`` to include a `treatment` argument (:pr:`1661`)
1322
* Limit pandas <2.0.0 for core requirements (:pr:`1668`)
1423
* Upgrade minimum dask to 2022.11.1 and minimum pandas to 1.4.3 (:pr:`1671`)
15-
* Documentation Changes
16-
* Testing Changes
1724

1825
Thanks to the following people for contributing to this release:
19-
:user:`gsheni`, :user: `ParthivNaresh`, :user: `simha104`
26+
:user:`gsheni`, :user:`jeff-hernandez`, :user:`ParthivNaresh`, :user:`simha104`
2027

2128
v0.22.0 March 13, 2023
2229
======================

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.22.0"
5+
assert __version__ == "0.23.0"

woodwork/version.py

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

0 commit comments

Comments
 (0)