Skip to content

Commit ba4bdab

Browse files
v1.31.0 (#2728)
1 parent ebcc326 commit ba4bdab

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,8 +3,18 @@
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.31.0 May 14, 2024
17+
====================
818
* Enhancements
919
* Add support for Python 3.12 (:pr:`2713`)
1020
* Fixes
@@ -14,7 +24,6 @@ Future Release
1424
* Remove support for creating ``EntitySets`` from Dask or Pyspark dataframes (:pr:`2705`)
1525
* Bump minimum versions of ``tqdm`` and ``pip`` in requirements files (:pr:`2716`)
1626
* Use ``filter`` arg in call to ``tarfile.extractall`` to safely deserialize EntitySets (:pr:`2722`)
17-
* Documentation Changes
1827
* Testing Changes
1928
* Fix serialization test to work with pytest 8.1.1 (:pr:`2694`)
2029
* Update to allow minimum dependency checker to run properly (:pr:`2709`)

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.30.0"
5+
assert __version__ == "1.31.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.30.0"
1+
__version__ = "1.31.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)