From dbde7560cbd0ebec713433d488439c1d0eae28c0 Mon Sep 17 00:00:00 2001 From: Michael Fu Date: Thu, 6 Jun 2024 10:06:42 -0700 Subject: [PATCH] Release v0.84.0 (#4447) * release * release notes --- 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 af390a4c24..54cebcbaa1 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 6, 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"