Skip to content

Commit

Permalink
v1.12.0 (#2189)
Browse files Browse the repository at this point in the history
* release 1.12.0

* aligned items in release notes
  • Loading branch information
Dave Reed authored Jul 19, 2022
1 parent 3d9f3a2 commit 3533c60
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@

Release Notes
-------------
Future Release
==============

.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.12.0 Jul 19, 2022
====================
.. warning::
This release of Featuretools will not support Python 3.7

Expand All @@ -19,11 +30,11 @@ Future Release
* Documentation Changes
* Augment single table entry in DFS to include information about passing in a dictionary for `dataframes` argument (:pr:`2160`)
* Testing Changes
* Standardize imports across test files to simplify accessing featuretools functions (:pr:`2166`)
* Split spark tests into multiple CI jobs to speed up runtime (:pr:`2183`)
* Standardize imports across test files to simplify accessing featuretools functions (:pr:`2166`)
* Split spark tests into multiple CI jobs to speed up runtime (:pr:`2183`)

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

v1.11.1 Jul 5, 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.11.1"
assert __version__ == "1.12.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.11.1"
__version__ = "1.12.0"

0 comments on commit 3533c60

Please sign in to comment.