Skip to content

Commit

Permalink
v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Parsons committed Feb 26, 2024
1 parent 153ef6f commit 9e25bb0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 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.11.0"
assert __version__ == "2.12.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.11.0"
__version__ = "2.12.0"
15 changes: 12 additions & 3 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
Changelog
=========

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v2.12.0 Feb 26, 2024
====================
.. warning::
This release of nlp-primitives will not support Python 3.8

* Fixes
* Changes
* Remove support for Python 3.8 and add support for 3.11 (:pr:`269`)
* Testing Changes
Expand Down

0 comments on commit 9e25bb0

Please sign in to comment.