From 1c0961590508243a5cd00a894624dc91fd1c20c4 Mon Sep 17 00:00:00 2001 From: MichaelFu512 Date: Thu, 1 Feb 2024 14:54:49 -0800 Subject: [PATCH] release --- 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 994d705ad6..b296e2d2d6 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.83.0 Feb 2, 2024** * Enhancements * Added support for additional estimators for multiseries datasets :pr:`4385` * Fixes diff --git a/evalml/__init__.py b/evalml/__init__.py index 1934ede83f..94bb6d970f 100644 --- a/evalml/__init__.py +++ b/evalml/__init__.py @@ -23,4 +23,4 @@ warnings.filterwarnings("ignore", category=FutureWarning) warnings.filterwarnings("ignore", category=DeprecationWarning) -__version__ = "0.82.0" +__version__ = "0.83.0"