From bcfbf74fb959e5016397d0c2b1c666909c43b4db Mon Sep 17 00:00:00 2001 From: Nate Parsons <4307001+thehomebrewnerd@users.noreply.github.com> Date: Wed, 29 Jun 2022 13:16:16 -0500 Subject: [PATCH] v2.7.1 (#162) --- docs/source/changelog.rst | 12 +++++++++--- nlp_primitives/tests/test_version.py | 2 +- nlp_primitives/version.py | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) 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"