Skip to content

Commit 0d22555

Browse files
v2.4.0 (#120)
* v2.4.0 * update changelog
1 parent 46cc584 commit 0d22555

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

docs/source/changelog.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
8-
* Added Release Notes CI Check (:pr:`110`)
98
* Fixes
109
* Changes
11-
* Added CI check to ensure entrypoint works with Featuretools (:pr:`111`)
12-
* Added pip dependencies for M1 Macs (:pr:`117`)
1310
* Documentation Changes
1411
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.4.0 Mar 31, 2022
16+
===================
17+
* Changes
18+
* Added pip dependencies for M1 Macs (:pr:`117`)
19+
* Testing Changes
20+
* Added Release Notes CI Check (:pr:`110`)
21+
* Added CI check to ensure entrypoint works with Featuretools (:pr:`111`)
1522
* Fixed workflow that tests latest changes to featuretools (:pr:`112`)
1623

1724
Thanks to the following people for contributing to this release:
18-
:user:`dvreed77`, :user:`gsheni`, :user:`jeff-hernandez`
25+
:user:`dvreed77`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`thehomebrewnerd`
1926

2027
v2.3.0 Feb 28, 2022
2128
===================

nlp_primitives/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
import nltk.data
33

4-
__version__ = '2.3.0'
4+
__version__ = '2.4.0'
55
from importlib.util import find_spec
66

77
import pkg_resources

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name='nlp_primitives',
19-
version='2.3.0',
19+
version='2.4.0',
2020
author='Alteryx, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)