From c4475d9a203c2a0a2fc4d5f3065631e23640cb85 Mon Sep 17 00:00:00 2001 From: chukarsten <64713315+chukarsten@users.noreply.github.com> Date: Thu, 14 Oct 2021 22:31:49 -0400 Subject: [PATCH] Initial. (#2918) --- docs/source/release_notes.rst | 2 +- evalml/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/release_notes.rst b/docs/source/release_notes.rst index 37283989b6..a78811527e 100644 --- a/docs/source/release_notes.rst +++ b/docs/source/release_notes.rst @@ -1,6 +1,6 @@ Release Notes ------------- -**Future Releases** +**v0.35.0 Oct. 14, 2021** * Enhancements * Added human-readable pipeline explanations to model understanding :pr:`2861` * Updated to support Featuretools 1.0.0 and nlp-primitives 2.0.0 :pr:`2848` diff --git a/evalml/__init__.py b/evalml/__init__.py index 3302213ea5..9d862aa06e 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.34.0" +__version__ = "0.35.0" diff --git a/setup.py b/setup.py index 886a1c1923..9afd7574bc 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='evalml', - version='0.34.0', + version='0.35.0', author='Alteryx, Inc.', author_email='support@featurelabs.com', description='EvalML is an AutoML library that builds, optimizes, and evaluates machine learning pipelines using domain-specific objective functions.',