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 22
33
44def test_version ():
5- assert __version__ == "2.9 .0"
5+ assert __version__ == "2.10 .0"
Original file line number Diff line number Diff line change 1- __version__ = "2.9 .0"
1+ __version__ = "2.10 .0"
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.10.0 Jan 10, 2023
16+ ====================
717 * Enhancements
818 * Add conda create feedstock pull request workflow (:pr: `220 `)
919 * Improve ``PartOfSpeech `` docstring (:pr: `224 `)
@@ -12,7 +22,6 @@ Future Release
1222 * Changes
1323 * Update workflow_dispatch to release workflow (:pr: `221 `)
1424 * Add ruff, remove isort, and add more pre-commits (:pr: `237 `)
15- * Documentation Changes
1625 * Testing Changes
1726 * Add pytest-xdist as test requirement and use auto option to use all cores when running unit tests (:pr: `218 `)
1827 * Adds Windows install test (:pr: `219 `)
You can’t perform that action at this time.
0 commit comments