Skip to content

Commit d06bf9a

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
get ready for a bug-fox release
1 parent 68a05cb commit d06bf9a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1+
0.18.2 - 2019-07-15
2+
[Ko vd Sloot]
3+
Bug fix release:
4+
* Fixes for:
5+
- https://github.com/LanguageMachines/frog/issues/75
6+
- https://github.com/LanguageMachines/frog/issues/77
7+
18
0.18.1 - 2019-06-19
2-
Bug fix release.
9+
[Ko vd Sloot]
10+
Bug fix release:
311
"tabbed" output contained 1 tab to much when --skip=a was specified
412

513
0.18 - 2019-06-19

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@type": "SoftwareSourceCode",
1414
"identifier": "frog",
1515
"name": "Frog",
16-
"version": "0.19",
16+
"version": "0.18.2",
1717
"description": "Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. It performs automatic linguistic enrichment such as part of speech tagging, lemmatisation, named entity recognition, shallow parsing, dependency parsing and morphological analysis. All NLP modules are based on TiMBL.",
1818
"license": "https://spdx.org/licenses/GPL-3.0",
1919
"url": "https://languagemachines.github.io/frog",

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.59)
55
#also adapt version number in codemeta.json
6-
AC_INIT([frog], [0.19], [[email protected]]) #adapt version number in codemeta.json as well
6+
AC_INIT([frog], [0.18.2], [[email protected]]) #adapt version number in codemeta.json as well
77
AM_INIT_AUTOMAKE
88
AC_CONFIG_SRCDIR([configure.ac])
99
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)