Skip to content

Commit

Permalink
v1.27.0 (#2590)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd committed Jul 24, 2023
1 parent 6ac384c commit 85c60ae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
16 changes: 12 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,24 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.27.0 Jul 24, 2023
====================
* Enhancements
* Add support for Python 3.11 (:pr:`2583`)
* Add support for ``pandas`` v2.0 (:pr:`2585`)
* Fixes
* Changes
* Remove natural language primitives add-on (:pr:`2570`)
* Updates to address various warnings (:pr:`2589`)
* Documentation Changes
* Testing Changes
* Run looking glass performance tests on merge via Airflow (:pr:`2575`)

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.26.0"
assert __version__ == "1.27.0"
2 changes: 1 addition & 1 deletion featuretools/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.26.0"
__version__ = "1.27.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit 85c60ae

Please sign in to comment.