Skip to content

Commit

Permalink
Release v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Aug 22, 2017
1 parent aea128b commit 874df11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ginger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 874df11

Please sign in to comment.