Skip to content

Commit 6c540bd

Browse files
v2.8.0 (#208)
1 parent 9973046 commit 6c540bd

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-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.7.1"
5+
assert __version__ == "2.8.0"

nlp_primitives/version.py

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

release_notes.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
7+
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
16+
v2.8.0 Sep 14, 2022
17+
===================
718
* Enhancements
819
* Add `NumberOfHashtags` and `NumberOfMentions`` primitives (:pr:`180`)
920
* Add `NumberOfUniqueWords` primitive (:pr:`187`)
@@ -18,12 +29,11 @@ Future Release
1829
* Change `TitleWordCount`, `PunctuationCount`, `UpperCaseCount` to use `CountString` (:pr:`183`)
1930
* Remove readthedocs and docs requirements (:pr:`193`)
2031
* Use pyproject.toml only (move away from setup.cfg) (:pr:`201`)
21-
* Documentation Changes
2232
* Testing Changes
2333
* Change codecov v3 for GitHub workflow (:pr:`184`)
2434

2535
Thanks to the following people for contributing to this release:
26-
:user:`gsheni`, :user:`sbadithe`
36+
:user:`gsheni`, :user:`sbadithe`, :user:`thehomebrewnerd`
2737

2838
v2.7.1 Jun 29, 2022
2939
===================

0 commit comments

Comments
 (0)