Skip to content

Commit

Permalink
v2.11.0 (#259)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update release_notes.rst
  • Loading branch information
gsheni authored Apr 13, 2023
1 parent 2271434 commit d56fd40
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nlp_primitives/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "2.10.0"
assert __version__ == "2.11.0"
2 changes: 1 addition & 1 deletion nlp_primitives/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.0"
__version__ = "2.11.0"
6 changes: 2 additions & 4 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
Changelog
=========

Future Release
==============
* Enhancements
v2.11.0 Apr 13, 2023
====================
* Fixes
* Fix Makefile ``package`` command (:pr:`241`)
* Changes
* Fix ruff argument in pyproject.toml (:pr:`239`)
* Remove `constants.py` (:pr:`243`)
* Remove Woodwork as a core requirement (:pr:`258`)
* Documentation Changes
* Testing Changes
* Add pull request check for linked issues to CI workflow (:pr:`245`)

Expand Down

0 comments on commit d56fd40

Please sign in to comment.