Skip to content

Commit d191ae4

Browse files
authored
v1.22.0 (#2472)
* Release v1.22.0
1 parent 1527187 commit d191ae4

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 2 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.22.0 Jan 31, 2023
17+
====================
818
* Enhancements
919
* Add ``AbsoluteDiff``, ``SameAsPrevious``, ``Variance``, ``Season``, ``UpperCaseWordCount`` transform primitives (:pr:`2460`)
1020
* Fixes

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.21.0"
5+
assert __version__ == "1.22.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.21.0"
1+
__version__ = "1.22.0"
22
ENTITYSET_SCHEMA_VERSION = "9.0.0"
33
FEATURES_SCHEMA_VERSION = "10.0.0"

0 commit comments

Comments
 (0)