Skip to content

Commit

Permalink
1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Vanroy authored and Bram Vanroy committed Apr 28, 2020
1 parent a5a3bc2 commit bec4e1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
#######

**************************
1.3.0 (April 28th, 2020)
**************************
* **IMPORTANT**: This will be the last release that supports the deprecated Spacy2ConllParser class!
* Community addition (@KoichiYasuoka): add SpaceAfter=No to the Misc field when applicable.
* Fixed failing tests

**************************
1.2.0 (February 2nd, 2020)
**************************
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='spacy_conll',
version='1.2.0',
version='1.3.0',
description='A custom pipeline component for spaCy that can convert any parsed Doc'
' and its sentences into CoNLL-U format. Also provides a command line entry point.',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion spacy_conll/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.2.0'
__version__ = '1.3.0'

from collections import OrderedDict, defaultdict

Expand Down

0 comments on commit bec4e1f

Please sign in to comment.