Skip to content

Commit

Permalink
v1.28.0 (#2629)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd committed Oct 26, 2023
1 parent a622f62 commit 1498c9a
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,9 +3,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.28.0 Oct 26, 2023
====================
* Fixes
* Fix bug with default value in ``PercentTrue`` primitive (:pr:`2627`)
* Changes
Expand All @@ -22,7 +31,7 @@ Future Release
* Removed old performance testing workflow (:pr:`2620`)

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`thehomebrewnerd`, :user:`petejanuszewski1`, :user:`tosemml`
:user:`gsheni`, :user:`petejanuszewski1`, :user:`thehomebrewnerd`, :user:`tosemml`

v1.27.0 Jul 24, 2023
====================
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.27.0"
assert __version__ == "1.28.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.27.0"
__version__ = "1.28.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit 1498c9a

Please sign in to comment.