Skip to content

Commit b161e32

Browse files
authored
v1.30.0 (#2687)
update version number and release notes
1 parent 5b847e7 commit b161e32

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
88
* Enhancements
99
* Fixes
1010
* Changes
11-
* Update min requirements for numpy, pandas and Woodwork (:pr:`2681`)
1211
* Documentation Changes
1312
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v1.29.0 Feb 26, 2024
17+
====================
18+
* Changes
19+
* Update min requirements for numpy, pandas and Woodwork (:pr:`2681`)
20+
* Testing Changes
1421
* Update ``make_ecommerce_entityset`` to work without Dask (:pr:`2677`)
1522

1623
Thanks to the following people for contributing to this release:
17-
:user:`thehomebrewnerd`
24+
:user:`tamargrey`, :user:`thehomebrewnerd`
1825

1926
v1.29.0 Feb 16, 2024
2027
====================

featuretools/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.29.0"
5+
assert __version__ == "1.30.0"

featuretools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.29.0"
1+
__version__ = "1.30.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)