Skip to content

Commit

Permalink
v2.7.0 (#158)
Browse files Browse the repository at this point in the history
* bump versio number

* update changelog
  • Loading branch information
rwedge committed Jun 16, 2022
1 parent db5b133 commit 2da34bb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.7.0 Jun 16, 2022
===================
* Enhancements
* Allow users to optionally pass in a custom corpus to use with the LSA primitive (:pr:`148`)
* Fixes
* Fix bug in ``CountString`` with null values (:pr:`154`)
* Fix a bug with nltk data was not included in package (:pr:`157`)
* Changes
* Documentation Changes
* Update release branch naming convention in documentation (:pr:`155`)
* Testing Changes
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.6.0"
assert __version__ == "2.7.0"
2 changes: 1 addition & 1 deletion nlp_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.6.0"
__version__ = "2.7.0"

0 comments on commit 2da34bb

Please sign in to comment.