Skip to content

Commit 3101721

Browse files
v2.12.0 (#275)
1 parent 153ef6f commit 3101721

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.11.0"
5+
assert __version__ == "2.12.0"

nlp_primitives/version.py

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

release_notes.rst

+12-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,21 @@
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.12.0 Feb 26, 2024
16+
====================
717
.. warning::
818
This release of nlp-primitives will not support Python 3.8
919

10-
* Fixes
1120
* Changes
1221
* Remove support for Python 3.8 and add support for 3.11 (:pr:`269`)
1322
* Testing Changes

0 commit comments

Comments
 (0)