File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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
4141import sys
4242import contextlib
Original file line number Diff line number Diff line change 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" : {
3535 "ginger" : " ginger.ginger:main_entry_point"
3636 }
3737 }
38- }
38+ }
You can’t perform that action at this time.
0 commit comments