Skip to content

Commit

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

* update changelog
  • Loading branch information
rwedge committed Feb 1, 2020
1 parent 1c4660d commit 9dcafc2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

Changelog
---------
**Future Release**
**v0.13.2 Jan 31, 2020**
* Enhancements
* Support for Pandas 1.0.0 (:pr:`844`)
* Fixes
* Changes
* Remove dependency on s3fs library for anonymous downloads from S3 (:pr:`825`)
* Documentation Changes
* Testing Changes
* Added GitHub Action to automatically run performance tests (:pr:`840`)

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.1"
assert __version__ == "0.13.2"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.1'
__version__ = '0.13.2'
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.1',
version='0.13.2',
packages=find_packages(),
description='a framework for automated feature engineering',
url='http://featuretools.com',
Expand Down

0 comments on commit 9dcafc2

Please sign in to comment.