Skip to content

Commit

Permalink
v0.5.0 (#163)
Browse files Browse the repository at this point in the history
* v0.5.0

* double edited, fixing
  • Loading branch information
angela97lin committed Oct 30, 2019
1 parent 8a9d550 commit 108329c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions 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.0 Oct. 29, 2019**
* Enhancements
* Added basic one hot encoding :pr:`73`
* Use enums for model_type :pr:`110`
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
warnings.filterwarnings("ignore", category=DeprecationWarning)


__version__ = '0.4.1'
__version__ = '0.5.0'
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.4.1',
version='0.5.0',
author='Feature Labs, Inc.',
author_email='support@featurelabs.com',
url='http://www.featurelabs.com/',
Expand Down

0 comments on commit 108329c

Please sign in to comment.