File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed
Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
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
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "2.6 .0"
5+ assert __version__ == "2.7 .0"
Original file line number Diff line number Diff line change 1- __version__ = "2.6 .0"
1+ __version__ = "2.7 .0"
You can’t perform that action at this time.
0 commit comments