From 15e3b2ea2061526ba014a919d252f3dfa1c69c90 Mon Sep 17 00:00:00 2001 From: Michael Fu Date: Wed, 5 Jun 2024 10:05:46 -0700 Subject: [PATCH] Release v0.84.0 (#4443) * release notes * init change --- docs/source/release_notes.rst | 12 ++++++++++++ evalml/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 3eb0096df6..8f110cc3b7 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -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 diff --git a/evalml/__init__.py b/evalml/__init__.py index 7642eacc81..4e9742080a 100644 --- a/evalml/__init__.py +++ b/evalml/__init__.py @@ -24,4 +24,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "0.83.0" +__version__ = "0.84.0"