Skip to content

Commit bcfbf74

Browse files
v2.7.1 (#162)
1 parent f6bb905 commit bcfbf74

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

docs/source/changelog.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
88
* Fixes
9-
* Clean up naming of LSA features to prevent full custom corpus from being displayed (:pr:`161`)
109
* Changes
1110
* Documentation Changes
1211
* Testing Changes
1312
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.7.1 Jun 29, 2022
16+
===================
17+
* Fixes
18+
* Clean up naming of LSA features to prevent full custom corpus from being displayed (:pr:`161`)
19+
1420
Thanks to the following people for contributing to this release:
1521
:user:`thehomebrewnerd`
1622

nlp_primitives/tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.7.0"
5+
assert __version__ == "2.7.1"

nlp_primitives/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.0"
1+
__version__ = "2.7.1"

0 commit comments

Comments
 (0)