File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+ ===================
7
17
* Enhancements
8
18
* Allow users to optionally pass in a custom corpus to use with the LSA primitive (:pr: `148 `)
9
19
* Fixes
10
20
* Fix bug in ``CountString `` with null values (:pr: `154 `)
11
21
* Fix a bug with nltk data was not included in package (:pr: `157 `)
12
- * Changes
13
22
* Documentation Changes
14
23
* Update release branch naming convention in documentation (:pr: `155 `)
15
24
* Testing Changes
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def 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