Skip to content

Commit

Permalink
v1.11.1 (#2168)
Browse files Browse the repository at this point in the history
* bump version

* Update release notes

* remove extra =
  • Loading branch information
tamargrey authored Jul 5, 2022
1 parent 629f046 commit a7ca20f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@

Release Notes
-------------
Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Remove 24th hour from PartOfDay primitive and add 0th hour (:pr:`2167`)
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.11.1 Jul 5, 2022
===================
* Fixes
* Remove 24th hour from PartOfDay primitive and add 0th hour (:pr:`2167`)

Thanks to the following people for contributing to this release:
:user:`tamargrey`

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

0 comments on commit a7ca20f

Please sign in to comment.