Skip to content

Commit d56fd40

Browse files
authored
v2.11.0 (#259)
* Update version.py * Update test_version.py * Update release_notes.rst
1 parent 2271434 commit d56fd40

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
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.10.0"
5+
assert __version__ == "2.11.0"

nlp_primitives/version.py

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

release_notes.rst

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
7-
* Enhancements
5+
v2.11.0 Apr 13, 2023
6+
====================
87
* Fixes
98
* Fix Makefile ``package`` command (:pr:`241`)
109
* Changes
1110
* Fix ruff argument in pyproject.toml (:pr:`239`)
1211
* Remove `constants.py` (:pr:`243`)
1312
* Remove Woodwork as a core requirement (:pr:`258`)
14-
* Documentation Changes
1513
* Testing Changes
1614
* Add pull request check for linked issues to CI workflow (:pr:`245`)
1715

0 commit comments

Comments
 (0)