File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
def test_version ():
5
- assert __version__ == "2.11 .0"
5
+ assert __version__ == "2.12 .0"
Original file line number Diff line number Diff line change 1
- __version__ = "2.11 .0"
1
+ __version__ = "2.12 .0"
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+ ====================
7
17
.. warning ::
8
18
This release of nlp-primitives will not support Python 3.8
9
19
10
- * Fixes
11
20
* Changes
12
21
* Remove support for Python 3.8 and add support for 3.11 (:pr: `269 `)
13
22
* Testing Changes
You can’t perform that action at this time.
0 commit comments