Skip to content

Commit 2da34bb

Browse files
authored
v2.7.0 (#158)
* bump versio number * update changelog
1 parent db5b133 commit 2da34bb

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

docs/source/changelog.rst

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
7+
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v2.7.0 Jun 16, 2022
16+
===================
717
* Enhancements
818
* Allow users to optionally pass in a custom corpus to use with the LSA primitive (:pr:`148`)
919
* Fixes
1020
* Fix bug in ``CountString`` with null values (:pr:`154`)
1121
* Fix a bug with nltk data was not included in package (:pr:`157`)
12-
* Changes
1322
* Documentation Changes
1423
* Update release branch naming convention in documentation (:pr:`155`)
1524
* Testing Changes

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.6.0"
5+
assert __version__ == "2.7.0"

nlp_primitives/version.py

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

0 commit comments

Comments
 (0)