File tree 3 files changed +12
-5
lines changed 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
5
- Future Release
6
- ==============
5
+ .. Future Release
6
+ ==============
7
7
* Enhancements
8
8
* 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
+ ===================
9
17
* Changes
10
18
* Transition to use pyproject.toml and setup.cfg (moving away from setup.py) (:pr: `127 `, :pr: `132 `)
11
19
* ``Elmo `` and ``UniversalSentenceEncoder `` added to the ``nlp_primitives.tensorflow `` module namespace (:pr: `150 `)
12
- * Documentation Changes
13
20
* Testing Changes
14
21
* Fix latest dependency checker to create PR (:pr: `129 `)
15
22
* Fixed unit tests workflow test choice logic (:pr: `151 `)
Original file line number Diff line number Diff line change 2
2
3
3
4
4
def 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