Skip to content

Commit bec4e1f

Browse files
Bram VanroyBram Vanroy
authored andcommitted
1.3.0 release
1 parent a5a3bc2 commit bec4e1f

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
History
33
#######
44

5+
**************************
6+
1.3.0 (April 28th, 2020)
7+
**************************
8+
* **IMPORTANT**: This will be the last release that supports the deprecated Spacy2ConllParser class!
9+
* Community addition (@KoichiYasuoka): add SpaceAfter=No to the Misc field when applicable.
10+
* Fixed failing tests
11+
512
**************************
613
1.2.0 (February 2nd, 2020)
714
**************************

setup.py

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

77
setup(
88
name='spacy_conll',
9-
version='1.2.0',
9+
version='1.3.0',
1010
description='A custom pipeline component for spaCy that can convert any parsed Doc'
1111
' and its sentences into CoNLL-U format. Also provides a command line entry point.',
1212
long_description=long_description,

spacy_conll/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22

33
from collections import OrderedDict, defaultdict
44

0 commit comments

Comments
 (0)