Skip to content

Commit

Permalink
v2.7.1 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Jun 29, 2022
1 parent f6bb905 commit bcfbf74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Clean up naming of LSA features to prevent full custom corpus from being displayed (:pr:`161`)
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.7.1 Jun 29, 2022
===================
* Fixes
* Clean up naming of LSA features to prevent full custom corpus from being displayed (:pr:`161`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

Expand Down
2 changes: 1 addition & 1 deletion nlp_primitives/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.7.0"
assert __version__ == "2.7.1"
2 changes: 1 addition & 1 deletion nlp_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.7.0"
__version__ = "2.7.1"

0 comments on commit bcfbf74

Please sign in to comment.