Skip to content

Commit

Permalink
v2.13.0 (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored May 15, 2024
1 parent 1650f83 commit 6243ef2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 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.12.0"
assert __version__ == "2.13.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.12.0"
__version__ = "2.13.0"
7 changes: 2 additions & 5 deletions release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
Changelog
=========

Future Release
==============
* Enhancements
* Fixes
v2.13.0 May 15, 2024
====================
* Changes
* Temporarily restrict tensorflow version for complete install (:pr:`277`)
* Remove Mac specific tensorflow requirements (:pr:`281`)
* Documentation Changes
* Testing Changes
* Update release notes updated check CI action (:pr:`284`)

Expand Down

0 comments on commit 6243ef2

Please sign in to comment.