Skip to content

Commit

Permalink
v1.9.1 (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored May 27, 2022
1 parent 8ccc329 commit 365abd9
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,11 +3,20 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Update ``DateToHoliday`` and ``DistanceToHoliday`` primitives to work with timezone-aware inputs (:pr:`2056`)
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.9.1 May 27, 2022
===================
* Enhancements
* Update ``DateToHoliday`` and ``DistanceToHoliday`` primitives to work with timezone-aware inputs (:pr:`2056`)
* Changes
* Delete setup.py, MANIFEST.in and move configuration to pyproject.toml (:pr:`2046`)
* Documentation 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__ == "1.9.0"
assert __version__ == "1.9.1"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.0"
__version__ = "1.9.1"

0 comments on commit 365abd9

Please sign in to comment.