Skip to content

Commit 5f3d696

Browse files
v2.0.0 (#69)
* v2.0.0 * add future release template
1 parent 0c77f4f commit 5f3d696

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

docs/source/changelog.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
=========
22
Changelog
33
=========
4-
**Future Release** TBD
4+
.. **Future Release**
55
* Enhancements
66
* Fixes
77
* Changes
8-
* Update primitives for compatibility with Featuretools 1.0.0 (:pr:`61`)
98
* Documentation Changes
109
* Testing Changes
10+
11+
.. Thanks to the following people for contributing to this release:
12+
13+
14+
**v2.0.0** Oct 13, 2021
15+
* Changes
16+
* Update primitives for compatibility with Featuretools 1.0.0 (:pr:`61`)
17+
* Testing Changes
1118
* Individual CI jobs will not cancel if other jobs fail (:pr:`67`)
1219

1320
Thanks to the following people for contributing to this release:

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.0.0rc1'
4+
__version__ = '2.0.0'
55
import pkg_resources
66

77
from .diversity_score import DiversityScore

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.0.0rc1',
19+
version='2.0.0',
2020
author='Feature Labs, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)