We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2271434 commit d56fd40Copy full SHA for d56fd40
nlp_primitives/tests/test_version.py
@@ -2,4 +2,4 @@
2
3
4
def test_version():
5
- assert __version__ == "2.10.0"
+ assert __version__ == "2.11.0"
nlp_primitives/version.py
@@ -1 +1 @@
1
-__version__ = "2.10.0"
+__version__ = "2.11.0"
release_notes.rst
@@ -2,16 +2,14 @@
Changelog
=========
-Future Release
6
-==============
7
- * Enhancements
+v2.11.0 Apr 13, 2023
+====================
8
* Fixes
9
* Fix Makefile ``package`` command (:pr:`241`)
10
* Changes
11
* Fix ruff argument in pyproject.toml (:pr:`239`)
12
* Remove `constants.py` (:pr:`243`)
13
* Remove Woodwork as a core requirement (:pr:`258`)
14
- * Documentation Changes
15
* Testing Changes
16
* Add pull request check for linked issues to CI workflow (:pr:`245`)
17
0 commit comments