We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9d550 commit 108329cCopy full SHA for 108329c
docs/source/changelog.rst
@@ -3,6 +3,13 @@
3
Changelog
4
---------
5
**Future Releases**
6
+ * Enhancements
7
+ * Fixes
8
+ * Changes
9
+ * Documentation Changes
10
+ * Testing Changes
11
+
12
+**v0.5.0 Oct. 29, 2019**
13
* Enhancements
14
* Added basic one hot encoding :pr:`73`
15
* Use enums for model_type :pr:`110`
evalml/__init__.py
@@ -28,4 +28,4 @@
28
warnings.filterwarnings("ignore", category=DeprecationWarning)
29
30
31
-__version__ = '0.4.1'
+__version__ = '0.5.0'
setup.py
@@ -2,7 +2,7 @@
2
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/',
0 commit comments