Skip to content

Commit

Permalink
v1.18.0 (#2375)
Browse files Browse the repository at this point in the history
* v1.18.0

* v1.18.0
  • Loading branch information
gsheni authored Nov 15, 2022
1 parent eb2abb2 commit 786bce6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@
Release Notes
-------------

.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
Future Release
==============
v1.18.0 Nov 15, 2022
====================
* Enhancements
* Add ``RollingOutlierCount`` primitive (:pr:`2129`)
* Add ``RateOfChange`` primitive (:pr:`2359`)
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.17.0"
assert __version__ == "1.18.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.17.0"
__version__ = "1.18.0"

0 comments on commit 786bce6

Please sign in to comment.