Skip to content

Commit d78c9a4

Browse files
authored
v1.29.0 (#2672)
* Make changes for next release * fix date
1 parent 2060f27 commit d78c9a4

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,21 @@
33
Release Notes
44
-------------
55

6-
Future Release
7-
==============
6+
.. Future Release
7+
==============
8+
* Enhancements
9+
* Fixes
10+
* Changes
11+
* Documentation Changes
12+
* Testing Changes
13+
14+
.. Thanks to the following people for contributing to this release:
15+
16+
v1.29.0 Feb 16, 2024
17+
====================
818
.. warning::
919
This release of Featuretools will not support Python 3.8
1020

11-
* Enhancements
1221
* Fixes
1322
* Fix dependency issues (:pr:`2644`, :pr:`2656`)
1423
* Add workaround for pandas 2.2.0 bug with nunique and unpin pandas deps (:pr:`2657`)

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.28.0"
5+
assert __version__ == "1.29.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.28.0"
1+
__version__ = "1.29.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)