Skip to content

Commit b47f06f

Browse files
committed
Update version
1 parent 8bbf1a0 commit b47f06f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
=======
22
History
33
=======
4+
0.1.2
5+
— — — — — — — — -
6+
* Simplify the Configurable interface (#517)
7+
* Simplify batcher and batch processing interface (#514, #522)
8+
* Add a DiffAligner to auto align outputs from 3rd party tools (#505)
9+
* Add more augmentation methods (#519, #261)
10+
* Fix a few examples and training interface (#507, #510, #332, #506, #338, #331)
11+
* Several clean up and bug fixes (#509, #496, #494, #495)
12+
413
0.1.1
514
— — — — — — — — -
615
* Implemented connection with Stave (#440).

forte/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
_MAJOR = "0"
1616
_MINOR = "1"
17-
_REVISION = "1post1"
17+
_REVISION = "2"
1818

1919
VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
2020
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _REVISION)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="forte",
12-
version="0.1.1.post1",
12+
version="0.1.2",
1313
url="https://github.com/asyml/forte",
1414
description="Forte is extensible framework for building composable and "
1515
"modularized NLP workflows.",

0 commit comments

Comments
 (0)