Skip to content

Commit

Permalink
v1.30.0 (#2687)
Browse files Browse the repository at this point in the history
update version number and release notes
  • Loading branch information
tamargrey authored Feb 26, 2024
1 parent 5b847e7 commit b161e32
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Update min requirements for numpy, pandas and Woodwork (:pr:`2681`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v1.29.0 Feb 26, 2024
====================
* Changes
* Update min requirements for numpy, pandas and Woodwork (:pr:`2681`)
* Testing Changes
* Update ``make_ecommerce_entityset`` to work without Dask (:pr:`2677`)

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

v1.29.0 Feb 16, 2024
====================
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.29.0"
assert __version__ == "1.30.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.29.0"
__version__ = "1.30.0"
ENTITYSET_SCHEMA_VERSION = "9.0.0"
FEATURES_SCHEMA_VERSION = "10.0.0"

0 comments on commit b161e32

Please sign in to comment.