We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1650f83 commit 6243ef2Copy full SHA for 6243ef2
nlp_primitives/tests/test_version.py
@@ -2,4 +2,4 @@
2
3
4
def test_version():
5
- assert __version__ == "2.12.0"
+ assert __version__ == "2.13.0"
nlp_primitives/version.py
@@ -1 +1 @@
1
-__version__ = "2.12.0"
+__version__ = "2.13.0"
release_notes.rst
@@ -2,14 +2,11 @@
Changelog
=========
-Future Release
6
-==============
7
- * Enhancements
8
- * Fixes
+v2.13.0 May 15, 2024
+====================
9
* Changes
10
* Temporarily restrict tensorflow version for complete install (:pr:`277`)
11
* Remove Mac specific tensorflow requirements (:pr:`281`)
12
- * Documentation Changes
13
* Testing Changes
14
* Update release notes updated check CI action (:pr:`284`)
15
0 commit comments