Skip to content

Commit 357f629

Browse files
author
Dave Reed
authored
v1.26.0 (#2568)
* initial commit * fixed back ticks
1 parent a686a0f commit 357f629

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

docs/source/release_notes.rst

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
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.26.0 Apr 27, 2023
17+
====================
818
* Enhancements
919
* Introduce New Single-Table DFS Algorithm (:pr:`2516`). This includes **experimental** functionality and is not officially supported.
1020
* Add premium primitives install command (:pr:`2545`)
1121
* Fixes
12-
* Fix Description of `DaysInMonth` (:pr:`2547`)
22+
* Fix Description of ``DaysInMonth`` (:pr:`2547`)
1323
* Changes
1424
* Make Dask an optional dependency (:pr:`2560`)
15-
* Documentation Changes
16-
* Testing Changes
1725

1826
Thanks to the following people for contributing to this release:
1927
:user:`dvreed77`, :user:`gsheni`, :user:`thehomebrewnerd`

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.25.0"
5+
assert __version__ == "1.26.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.25.0"
1+
__version__ = "1.26.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)