Skip to content

Commit

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

* pushing fresh build for circleCI
  • Loading branch information
angela97lin authored Mar 10, 2020
1 parent d01cbeb commit 0e9acab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Changelog
---------
**Future Releases**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes


**v0.7.0 Mar. 9, 2020**
* Enhancements
* Added emacs buffers to .gitignore :pr:`350`
* Add CatBoost (gradient-boosted trees) classification and regression components and pipelines :pr:`247`
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.6.0'
__version__ = '0.7.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.6.0',
version='0.7.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
url='http://www.featurelabs.com/',
Expand Down

0 comments on commit 0e9acab

Please sign in to comment.