Skip to content

Commit

Permalink
Release v0.84.0 (#4443)
Browse files Browse the repository at this point in the history
* release notes

* init change
  • Loading branch information
MichaelFu512 authored Jun 5, 2024
1 parent 46ccfd1 commit 15e3b2e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
-------------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.84.0 Jun 5, 2024**
* Enhancements
* Reformatted files with updated black version :pr:`4395`
* Fixes
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.83.0"
__version__ = "0.84.0"

0 comments on commit 15e3b2e

Please sign in to comment.