Skip to content

Commit 794700a

Browse files
authored
v2.9.0 (#217)
* Init release 2.9.0 * Update release_notes.rst
1 parent bed7b11 commit 794700a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

nlp_primitives/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.8.0"
5+
assert __version__ == "2.9.0"

nlp_primitives/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.0"
1+
__version__ = "2.9.0"

release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,23 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
88
* Fixes
9-
* Fixes erroneous case-sensitive stopword checking in `clean_tokens` (:pr:`211`)
109
* Changes
11-
* Remove primitives that were transferred to Featuretools (:pr:`214`)
1210
* Documentation Changes
1311
* Testing Changes
1412
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.9.0 Oct 24, 2022
16+
===================
17+
* Fixes
18+
* Fixes erroneous case-sensitive stopword checking in ``clean_tokens`` (:pr:`211`)
19+
* Changes
20+
* Remove primitives that were transferred to Featuretools (:pr:`214`)
21+
1522
Thanks to the following people for contributing to this release:
1623
:user:`sbadithe`, :user:`thehomebrewnerd`
1724

0 commit comments

Comments
 (0)