From 252ba4aa2f32153ded97a968d89503313663f435 Mon Sep 17 00:00:00 2001 From: Bruno Guillaume <Bruno.Guillaume@loria.fr> Date: Tue, 5 Jun 2018 14:17:27 +0200 Subject: [PATCH] version 0.48.0 --- CHANGES.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7f25f88..bab729c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +# 0.48.0 (2018/06/19) + * remove `conll_fields` mechanism (names of conll fields 2, 4 and 5 are fomr, upos, xpos) + ## 0.47.2 (2018/05/04) * Deal with increasing Grs diff --git a/VERSION b/VERSION index 39483cb..a758a09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.47.2 \ No newline at end of file +0.48.0 -- GitLab