Skip to content

Commit bd39279

Browse files
authored
v2.10.0 (#238)
* Update version.py * Update test_version.py * Update release_notes.rst * Update release_notes.rst
1 parent 77b6a08 commit bd39279

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

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.9.0"
5+
assert __version__ == "2.10.0"

nlp_primitives/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.9.0"
1+
__version__ = "2.10.0"

release_notes.rst

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
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.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`)

0 commit comments

Comments
 (0)