Skip to content

Commit

Permalink
Bumping version to 0.12.2 for release. (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed Aug 6, 2020
1 parent fe67192 commit f7fb96a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ Release Notes
-------------

**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes


**v0.12.2 Aug. 6, 2020**
* Enhancements
* Add save/load method to components :pr:`1023`
* Expose pickle `protocol` as optional arg to save/load :pr:`1023`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
warnings.filterwarnings("ignore", category=DeprecationWarning)


__version__ = '0.12.0'
__version__ = '0.12.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='evalml',
version='0.12.0',
version='0.12.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 f7fb96a

Please sign in to comment.