diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 7dcdcbd1..77344891 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -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` diff --git a/nlp_primitives/tests/test_version.py b/nlp_primitives/tests/test_version.py index f54ad474..3ad09319 100644 --- a/nlp_primitives/tests/test_version.py +++ b/nlp_primitives/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "2.7.0" + assert __version__ == "2.7.1" diff --git a/nlp_primitives/version.py b/nlp_primitives/version.py index 2614ce9d..7a38ae06 100644 --- a/nlp_primitives/version.py +++ b/nlp_primitives/version.py @@ -1 +1 @@ -__version__ = "2.7.0" +__version__ = "2.7.1"