From 874df11d2b22a4c8ea576ddea41a140fe6b46cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Grobol?= Date: Tue, 22 Aug 2017 12:00:02 +0200 Subject: [PATCH] Release v0.10.3 --- CHANGELOG.md | 5 ++++- ginger.py | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a858702..1714a85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p [Semantic Versioning](http://semver.org/). ## [Unreleased] -[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.10.2...HEAD +[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.10.3...HEAD + +## [0.10.3] - 2017-08-22 +[0.10.3]: https://github.com/LoicGrobol/ginger/compare/v0.10.2...0.10.3 ## [0.10.2] - 2017-08-22 [0.10.2]: https://github.com/LoicGrobol/ginger/compare/v0.10.1...0.10.2 diff --git a/ginger.py b/ginger.py index 9031f7d..0e0a4e5 100755 --- a/ginger.py +++ b/ginger.py @@ -36,7 +36,7 @@ `ginger -f conllu input.conll -t tikz output.tex` """ -__version__ = 'ginger 0.10.2' +__version__ = 'ginger 0.10.3' import sys import contextlib diff --git a/package.json b/package.json index dec2c6f..73cf830 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ginger", - "version": "0.10.2", + "version": "0.10.3", "description": "Format conversion and graphical represegit ntation of [Universal Dependencies](http://universaldependencies.org) trees.", "url": "https://github.com/LoicGrobol/ginger", "author": {