Skip to content

Commit

Permalink
v0.13.3 (#856)
Browse files Browse the repository at this point in the history
* bump version number

* finalize release date
  • Loading branch information
rwedge authored Feb 28, 2020
1 parent f925fd6 commit cdc366f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Changelog
---------
**Future Release**
**v0.13.3 Feb 28, 2020**
* Fixes
* Fix a connection closed error when using n_jobs (:pr:`853`)
* Changes
Expand Down
2 changes: 1 addition & 1 deletion featuretools/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.13.2"
assert __version__ == "0.13.3"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.2'
__version__ = '0.13.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='featuretools',
version='0.13.2',
version='0.13.3',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit cdc366f

Please sign in to comment.