Skip to content

Commit 486b754

Browse files
committed
Release v0.11.0
1 parent 7b19488 commit 486b754

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66
[Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.10.3...HEAD
9+
[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.11.0...HEAD
10+
11+
## [0.11.0] - 2017-12-27
12+
[0.11.0]: https://github.com/LoicGrobol/ginger/compare/v0.10.3...0.11.0
1013
### Added
1114
- Support for CoNLL-U `sent_id` and `text` metadata
1215
- UD Nodes (`libginger.UDNodes` and subtypes) have a new `space_after: bool` property corresponding to UD 'SpaceAfter'

ginger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
`ginger -f conllu input.conll -t tikz output.tex`
3737
"""
3838

39-
__version__ = 'ginger 0.10.3'
39+
__version__ = 'ginger 0.11.0'
4040

4141
import sys
4242
import contextlib

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ginger",
3-
"version": "0.10.3",
3+
"version": "0.11.0",
44
"description": "Format conversion and graphical representation of [Universal Dependencies](http://universaldependencies.org) trees.",
55
"url": "https://github.com/LoicGrobol/ginger",
66
"author": {
@@ -35,4 +35,4 @@
3535
"ginger": "ginger.ginger:main_entry_point"
3636
}
3737
}
38-
}
38+
}

0 commit comments

Comments
 (0)