Skip to content

Commit cc3998d

Browse files
authored
v2.6.0 (#152)
* update changelog * bump version number * remove unused changelog sections
1 parent c962b59 commit cc3998d

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

docs/source/changelog.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22
Changelog
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`)

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.5.0"
5+
assert __version__ == "2.6.0"

nlp_primitives/version.py

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

0 commit comments

Comments
 (0)