Skip to content

Commit

Permalink
v0.30.2 (#2636)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarsten authored Aug 16, 2021
1 parent 7e6fe9a commit 2b0f42e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Release Notes
-------------
**Future Release**
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.30.2 Aug. 16, 2021**
* Fixes
* Updated changelog and version numbers to match the release. Release 0.30.1 was release erroneously without a change to the version numbers. 0.30.2 replaces it.

**v0.30.1 Aug. 12, 2021**
* Enhancements
* Added ``DatetimeFormatDataCheck`` for time series problems :pr:`2603`
* Added ``ProphetRegressor`` to estimators :pr:`2242`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.30.0"
__version__ = "0.30.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='evalml',
version='0.30.0',
version='0.30.2',
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.',
Expand Down

0 comments on commit 2b0f42e

Please sign in to comment.