Skip to content

Commit 6243ef2

Browse files
v2.13.0 (#287)
1 parent 1650f83 commit 6243ef2

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

nlp_primitives/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "2.12.0"
5+
assert __version__ == "2.13.0"

nlp_primitives/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.12.0"
1+
__version__ = "2.13.0"

release_notes.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
Changelog
33
=========
44

5-
Future Release
6-
==============
7-
* Enhancements
8-
* Fixes
5+
v2.13.0 May 15, 2024
6+
====================
97
* Changes
108
* Temporarily restrict tensorflow version for complete install (:pr:`277`)
119
* Remove Mac specific tensorflow requirements (:pr:`281`)
12-
* Documentation Changes
1310
* Testing Changes
1411
* Update release notes updated check CI action (:pr:`284`)
1512

0 commit comments

Comments
 (0)