Skip to content

Commit

Permalink
Release 0.53.1 (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Jun 9, 2022
1 parent 9d3ee22 commit 67df45a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Release Notes
* Enhancements
* Fixes
* Changes
* Set the development status to ``4 - Beta`` in ``setup.cfg`` :pr:`3550`
* Documentation Changes
* Testing Changes

Expand All @@ -13,6 +12,15 @@ Release Notes
**Breaking Changes**


**v0.53.1 June. 9, 2022**
* Enhancements
* Fixes
* Changes
* Set the development status to ``4 - Beta`` in ``setup.cfg`` :pr:`3550`
* Documentation Changes
* Testing Changes


**v0.53.0 June. 9, 2022**
* Enhancements
* Pass ``n_jobs`` to default algorithm :pr:`3548`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.53.0"
__version__ = "0.53.1"

0 comments on commit 67df45a

Please sign in to comment.