Skip to content

Commit b65391f

Browse files
authored
v2.1.0 (#83)
* Update setup.py * Update __init__.py * Update changelog.rst
1 parent d313038 commit b65391f

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/source/changelog.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
=========
22
Changelog
33
=========
4-
**Future Release**
4+
5+
**v2.1.0** Dec 21, 2021
56
* Enhancements
67
* Add primitive for total word length ``TotalWordLength`` (:pr:`79`)
78
* Add primitive for median word length ``MedianWordLength`` (:pr:`80`)
8-
* Fixes
99
* Changes
1010
* Update setup.py with new and correct information (:pr:`72`)
11-
* Documentation Changes
1211
* Testing Changes
1312
* Add python 3.9 CI for unit tests and entrypoint tests (:pr:`72`)
1413

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.0'
4+
__version__ = '2.1.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.0',
19+
version='2.1.0',
2020
author='Alteryx, Inc.',
2121
author_email='support@featurelabs.com',
2222
classifiers=[

0 commit comments

Comments
 (0)