Skip to content

Commit b7f95c9

Browse files
Ko van der SlootKo van der Sloot
authored andcommitted
get ready for relase 0.18.3
1 parent 119b5cf commit b7f95c9

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.18.3 - 2019-07-22
2+
[Ko vd Sloot]
3+
Bug fix release:
4+
* Fixes:
5+
- https://github.com/LanguageMachines/frog/issues/78
6+
17
0.18.2 - 2019-07-15
28
[Ko vd Sloot]
39
Bug fix release:

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.3",
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], [lamasoftware@science.ru.nl]) #adapt version number in codemeta.json as well
6+
AC_INIT([frog], [0.18.3], [lamasoftware@science.ru.nl]) #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)