File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- Future Release
6- ==============
5+ .. Future Release
6+ ==============
77 * Enhancements
88 * Fixes
9+ * Changes
10+ * Documentation Changes
11+ * Testing Changes
12+
13+ .. Thanks to the following people for contributing to this release:
14+
15+ v2.6.0 Jun 16, 2022
16+ ===================
917 * Changes
1018 * Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr: `127 `, :pr: `132 `)
1119 * ``Elmo `` and ``UniversalSentenceEncoder `` added to the ``nlp_primitives.tensorflow `` module namespace (:pr: `150 `)
12- * Documentation Changes
1320 * Testing Changes
1421 * Fix latest dependency checker to create PR (:pr: `129 `)
1522 * Fixed unit tests workflow test choice logic (:pr: `151 `)
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "2.5 .0"
5+ assert __version__ == "2.6 .0"
Original file line number Diff line number Diff line change 1- __version__ = "2.5 .0"
1+ __version__ = "2.6 .0"
You can’t perform that action at this time.
0 commit comments