Skip to content

Commit

Permalink
Release v0.1.15 (#41)
Browse files Browse the repository at this point in the history
* bump to v0.1.15

* change log

* change log
  • Loading branch information
kmax12 authored Dec 18, 2017
1 parent 3cca1ac commit de45be2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changelog
---------

**v0.1.15** Dec 18, 2017
* Fix variable type in demo data (:pr:`37`)
* Custom primitive kwarg fix (:pr:`38`)
* Changed order and text of arguments in make_trans_primitive docstring (:pr:`42`)

**v0.1.14** November 20, 2017
* Last time index (:pr:`33`)
* Update Scipy version to 1.0.0 (:pr:`31`)
Expand Down
2 changes: 1 addition & 1 deletion featuretools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
from .utils.pickle_utils import *
import featuretools.demo

__version__ = '0.1.14'
__version__ = '0.1.15'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def finalize_options(self):

setup(
name='featuretools',
version='0.1.14',
version='0.1.15',
packages=find_packages(),
package_data={'featuretools': ['config_yaml.txt']},
description='a framework for automated feature engineering',
Expand Down

0 comments on commit de45be2

Please sign in to comment.