Skip to content

Commit

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

* add future release template
  • Loading branch information
thehomebrewnerd authored Oct 13, 2021
1 parent 0c77f4f commit 5f3d696
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
=========
Changelog
=========
**Future Release** TBD
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Update primitives for compatibility with Featuretools 1.0.0 (:pr:`61`)
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
**v2.0.0** Oct 13, 2021
* Changes
* Update primitives for compatibility with Featuretools 1.0.0 (:pr:`61`)
* Testing Changes
* Individual CI jobs will not cancel if other jobs fail (:pr:`67`)

Thanks to the following people for contributing to this release:
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.0.0rc1'
__version__ = '2.0.0'
import pkg_resources

from .diversity_score import DiversityScore
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.0.0rc1',
version='2.0.0',
author='Feature Labs, Inc.',
author_email='[email protected]',
classifiers=[
Expand Down

0 comments on commit 5f3d696

Please sign in to comment.