Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d642bc

Browse files
authoredNov 15, 2019
v0.5.1 (#216)
1 parent 3535564 commit 7d642bc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎docs/source/changelog.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Changelog
44
---------
55
**Future Releases**
6+
* Enhancements
7+
* Fixes
8+
* Changes
9+
* Documentation Changes
10+
* Testing Changes
11+
12+
**v0.5.1 Nov. 15, 2019**
613
* Enhancements
714
* Added basic outlier detection guardrail :pr:`151`
815
* Added basic ID column guardrail :pr:`135`
@@ -20,7 +27,6 @@ Changelog
2027
* Updated documentation to show max_time enhancements :pr:`189`
2128
* Updated release instructions for RTD :pr:`193`
2229
* Added contributing instructions :pr:`213`
23-
* Testing Changes
2430

2531
**v0.5.0 Oct. 29, 2019**
2632
* Enhancements

‎evalml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
warnings.filterwarnings("ignore", category=DeprecationWarning)
2828

2929

30-
__version__ = '0.5.0'
30+
__version__ = '0.5.1'

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='evalml',
5-
version='0.5.0',
5+
version='0.5.1',
66
author='Feature Labs, Inc.',
77
author_email='support@featurelabs.com',
88
url='http://www.featurelabs.com/',

0 commit comments

Comments
 (0)
Failed to load comments.