Skip to content

Commit

Permalink
v2.4.0 (#120)
Browse files Browse the repository at this point in the history
* v2.4.0

* update changelog
  • Loading branch information
thehomebrewnerd authored Mar 31, 2022
1 parent 46cc584 commit 0d22555
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,27 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Added Release Notes CI Check (:pr:`110`)
* Fixes
* Changes
* Added CI check to ensure entrypoint works with Featuretools (:pr:`111`)
* Added pip dependencies for M1 Macs (:pr:`117`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.4.0 Mar 31, 2022
===================
* Changes
* Added pip dependencies for M1 Macs (:pr:`117`)
* Testing Changes
* Added Release Notes CI Check (:pr:`110`)
* Added CI check to ensure entrypoint works with Featuretools (:pr:`111`)
* Fixed workflow that tests latest changes to featuretools (:pr:`112`)

Thanks to the following people for contributing to this release:
:user:`dvreed77`, :user:`gsheni`, :user:`jeff-hernandez`
:user:`dvreed77`, :user:`gsheni`, :user:`jeff-hernandez`, :user:`thehomebrewnerd`

v2.3.0 Feb 28, 2022
===================
Expand Down
2 changes: 1 addition & 1 deletion nlp_primitives/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flake8: noqa
import nltk.data

__version__ = '2.3.0'
__version__ = '2.4.0'
from importlib.util import find_spec

import pkg_resources
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='nlp_primitives',
version='2.3.0',
version='2.4.0',
author='Alteryx, Inc.',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 0d22555

Please sign in to comment.