Skip to content

Commit

Permalink
v1.15.0 (#2316)
Browse files Browse the repository at this point in the history
* bump version number

* update release notes
  • Loading branch information
rwedge authored Oct 6, 2022
1 parent 050b08c commit 8353177
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,12 +3,21 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.15.0 Oct 6, 2022
===================
* Enhancements
* Add ``series_library`` attribute to ``EntitySet`` dictionary (:pr:`2257`)
* Leverage ``Library`` Enum inheriting from ``str`` (:pr:`2275`)
* Fixes
* Changes
* Change default gap for Rolling* primitives from 0 to 1 to prevent accidental leakage (:pr:`2282`)
* Updates for pandas 1.5.0 compatibility (:pr:`2290`, :pr:`2291`, :pr:`2308`)
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.14.0"
assert __version__ == "1.15.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.14.0"
__version__ = "1.15.0"

0 comments on commit 8353177

Please sign in to comment.