Skip to content

Commit

Permalink
v1.13.0 (#2248)
Browse files Browse the repository at this point in the history
* release process for 1.13.0

* dup name and remove enhancements

* is it this?
  • Loading branch information
ozzieD authored Aug 18, 2022
1 parent 3578303 commit 9a790ad
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.13.0 Aug 18, 2022
====================
* Fixes
* Allow boolean columns to be included in remove_highly_correlated_features (:pr:`2231`)
* Changes
Expand All @@ -20,7 +29,7 @@ Future Release
* Update development requirements and use latest for documentation (:pr:`2225`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`ozzieD`, :user:`sbadithe`, :user:`tamargrey`, :user:`ozzieD`
:user:`gsheni`, :user:`ozzieD`, :user:`sbadithe`, :user:`tamargrey`

v1.12.1 Aug 4, 2022
===================
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__ == "1.12.1"
assert __version__ == "1.13.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.1"
__version__ = "1.13.0"

0 comments on commit 9a790ad

Please sign in to comment.