Skip to content

Commit 108329c

Browse files
authored
v0.5.0 (#163)
* v0.5.0 * double edited, fixing
1 parent 8a9d550 commit 108329c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/source/changelog.rst

Lines changed: 7 additions & 0 deletions
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.0 Oct. 29, 2019**
613
* Enhancements
714
* Added basic one hot encoding :pr:`73`
815
* Use enums for model_type :pr:`110`

evalml/__init__.py

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

3030

31-
__version__ = '0.4.1'
31+
__version__ = '0.5.0'

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.4.1',
5+
version='0.5.0',
66
author='Feature Labs, Inc.',
77
author_email='support@featurelabs.com',
88
url='http://www.featurelabs.com/',

0 commit comments

Comments
 (0)