Skip to content

Commit

Permalink
v0.5.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela97lin committed Nov 15, 2019
1 parent 3535564 commit 7d642bc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
Changelog
---------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes

**v0.5.1 Nov. 15, 2019**
* Enhancements
* Added basic outlier detection guardrail :pr:`151`
* Added basic ID column guardrail :pr:`135`
Expand All @@ -20,7 +27,6 @@ Changelog
* Updated documentation to show max_time enhancements :pr:`189`
* Updated release instructions for RTD :pr:`193`
* Added contributing instructions :pr:`213`
* Testing Changes

**v0.5.0 Oct. 29, 2019**
* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
warnings.filterwarnings("ignore", category=DeprecationWarning)


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

setup(
name='evalml',
version='0.5.0',
version='0.5.1',
author='Feature Labs, Inc.',
author_email='support@featurelabs.com',
url='http://www.featurelabs.com/',
Expand Down

0 comments on commit 7d642bc

Please sign in to comment.